mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
Fix typo (duplicate "or")
This fixes a double "or" in the text of `systemctl --help`.
This commit is contained in:
@@ -7859,7 +7859,7 @@ static int systemctl_help(void) {
|
||||
" isolate UNIT Start one unit and stop all others\n"
|
||||
" kill UNIT... Send signal to processes of a unit\n"
|
||||
" clean UNIT... Clean runtime, cache, state, logs or\n"
|
||||
" or configuration of unit\n"
|
||||
" configuration of unit\n"
|
||||
" is-active PATTERN... Check whether units are active\n"
|
||||
" is-failed PATTERN... Check whether units are failed\n"
|
||||
" status [PATTERN...|PID...] Show runtime status of one or more units\n"
|
||||
|
||||
Reference in New Issue
Block a user