summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl.c
diff options
context:
space:
mode:
authorUmut Tezduyar <umut@tezduyar.com>2012-12-03 15:45:53 +0100
committerKay Sievers <kay@vrfy.org>2012-12-03 16:05:01 +0100
commitd9847b32462d3943c9788e05454364f544617b9d (patch)
treefbe8277e0af8f49fd0579db9fdb0d99fdd1504ae /src/systemctl/systemctl.c
parent137661d87525a3c339afd2804e577532d58d3fbc (diff)
systemctl: fix typos in help text
Diffstat (limited to 'src/systemctl/systemctl.c')
-rw-r--r--src/systemctl/systemctl.c4
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"