systemctl: fix typos in help text

This commit is contained in:
Umut Tezduyar 2012-12-03 15:45:53 +01:00 committed by Kay Sievers
parent 137661d875
commit d9847b3246
2 changed files with 5 additions and 5 deletions

View File

@ -327,9 +327,9 @@ _outputmodes() {
"restart:Start or restart one or more units"
"condrestart:Restart one or more units if active"
"try-restart:Restart one or more units if active"
"reload-or-restart:Reload one or more units is possible, otherwise start or restart"
"force-reload:Reload one or more units is possible, otherwise restart if active"
"reload-or-try-restart:Reload one or more units is possible, otherwise restart if active"
"reload-or-restart:Reload one or more units if possible, otherwise start or restart"
"force-reload:Reload one or more units if possible, otherwise restart if active"
"reload-or-try-restart:Reload one or more units if possible, otherwise restart if active"
"isolate:Start one unit and stop all others"
"kill:Send signal to processes of a unit"
"is-active:Check whether units are active"

View File

@ -3933,9 +3933,9 @@ static int systemctl_help(void) {
" reload [NAME...] Reload one or more units\n"
" restart [NAME...] Start or restart one or more units\n"
" try-restart [NAME...] Restart one or more units if active\n"
" reload-or-restart [NAME...] Reload one or more units is possible,\n"
" reload-or-restart [NAME...] Reload one or more units if possible,\n"
" otherwise start or restart\n"
" reload-or-try-restart [NAME...] Reload one or more units is possible,\n"
" reload-or-try-restart [NAME...] Reload one or more units if possible,\n"
" otherwise restart if active\n"
" isolate [NAME] Start one unit and stop all others\n"
" kill [NAME...] Send signal to processes of a unit\n"