chiark / gitweb /
systemctl: fix typos in help text
authorUmut Tezduyar <umut@tezduyar.com>
Mon, 3 Dec 2012 14:45:53 +0000 (15:45 +0100)
committerKay Sievers <kay@vrfy.org>
Mon, 3 Dec 2012 15:05:01 +0000 (16:05 +0100)
shell-completion/systemd-zsh-completion.zsh
src/systemctl/systemctl.c

index a58f4ae0d4c4340dd26ea1d4989df11ce90cb6a0..93d64b3ad386c8e5373d6e8baa0eeb6bbe4e54ff 100644 (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"
index 7a19d06a0cea2c36494ff40967e5521f816d834f..6d01756ffb3b3c9ceaa0d0d62f9338e6c27ea300 100644 (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"