diff options
author | Umut Tezduyar <umut@tezduyar.com> | 2012-12-03 15:45:53 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-12-03 16:05:01 +0100 |
commit | d9847b32462d3943c9788e05454364f544617b9d (patch) | |
tree | fbe8277e0af8f49fd0579db9fdb0d99fdd1504ae /src/systemctl | |
parent | 137661d87525a3c339afd2804e577532d58d3fbc (diff) |
systemctl: fix typos in help text
Diffstat (limited to 'src/systemctl')
-rw-r--r-- | src/systemctl/systemctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 7a19d06a0c..6d01756ffb 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -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" |