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 /shell-completion/systemd-zsh-completion.zsh | |
parent | 137661d87525a3c339afd2804e577532d58d3fbc (diff) |
systemctl: fix typos in help text
Diffstat (limited to 'shell-completion/systemd-zsh-completion.zsh')
-rw-r--r-- | shell-completion/systemd-zsh-completion.zsh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell-completion/systemd-zsh-completion.zsh b/shell-completion/systemd-zsh-completion.zsh index a58f4ae0d4..93d64b3ad3 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" |