[systemd-commits] shell-completion/systemd-zsh-completion.zsh src/systemctl

Kay Sievers kay at kemper.freedesktop.org
Mon Dec 3 07:06:39 PST 2012


 shell-completion/systemd-zsh-completion.zsh |    6 +++---
 src/systemctl/systemctl.c                   |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit d9847b32462d3943c9788e05454364f544617b9d
Author: Umut Tezduyar <umut at tezduyar.com>
Date:   Mon Dec 3 15:45:53 2012 +0100

    systemctl: fix typos in help text

diff --git a/shell-completion/systemd-zsh-completion.zsh b/shell-completion/systemd-zsh-completion.zsh
index a58f4ae..93d64b3 100644
--- a/shell-completion/systemd-zsh-completion.zsh
+++ b/shell-completion/systemd-zsh-completion.zsh
@@ -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"
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 7a19d06..6d01756 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"



More information about the systemd-commits mailing list