diff options
author | Doug Christman <douglaschristman@gmail.com> | 2016-12-23 08:37:28 -0500 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-12-23 14:37:28 +0100 |
commit | 07d61815894c9cc30935fcc000814468585a79a7 (patch) | |
tree | be2f1ff5b72e21e3b75efef31aadeb4567bea226 /shell-completion | |
parent | cbf01f9a07249add6c8d0ab39864cc792a63fa09 (diff) |
zsh-completion: fix typo and rephrase option hints (#4963)
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/zsh/_systemd-run | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shell-completion/zsh/_systemd-run b/shell-completion/zsh/_systemd-run index da9f73a6d0..5c3e65c223 100644 --- a/shell-completion/zsh/_systemd-run +++ b/shell-completion/zsh/_systemd-run @@ -51,10 +51,10 @@ _arguments \ '--nice=[Nice level]:nice level' \ '--setenv=[Set environment]:NAME=VALUE' \ '--on-active=[Run after SEC seconds]:SEC' \ - '--on-boot=[Run after SEC seconds from machine was booted up]:SEC' \ - '--on-statup=[Run after SEC seconds from systemd was first started]:SEC' \ - '--on-unit-active=[Run after SEC seconds from the last activation]:SEC' \ - '--on-unit-inactive=[Run after SEC seconds from the last deactivation]:SEC' \ + '--on-boot=[Run SEC seconds after machine was booted up]:SEC' \ + '--on-startup=[Run SEC seconds after systemd was first started]:SEC' \ + '--on-unit-active=[Run SEC seconds after the last activation]:SEC' \ + '--on-unit-inactive=[Run SEC seconds after the last deactivation]:SEC' \ '--on-calendar=[Realtime timer]:SPEC' \ '--timer-property=[Set timer unit property]:NAME=VALUE' \ '--wait=[Wait until service stopped again]' \ |