diff options
author | Davide Cavalca <davide125@tiscali.it> | 2016-09-14 22:38:53 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-09-14 22:38:53 +0200 |
commit | c0f9116d6cd795edd9d4df8d27a87a7232d3e675 (patch) | |
tree | ae5140fdf29fed8babcd71e6a603eda5447e93e3 /shell-completion/zsh/_systemd-run | |
parent | gitignore: ignore image.raw from mkosi (#4141) (diff) | |
download | systemd-c0f9116d6cd795edd9d4df8d27a87a7232d3e675.tar.xz systemd-c0f9116d6cd795edd9d4df8d27a87a7232d3e675.zip |
shell-completion: add --wait to systemd-run completions (#4140)
Diffstat (limited to 'shell-completion/zsh/_systemd-run')
-rw-r--r-- | shell-completion/zsh/_systemd-run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_systemd-run b/shell-completion/zsh/_systemd-run index 6362b97766..da9f73a6d0 100644 --- a/shell-completion/zsh/_systemd-run +++ b/shell-completion/zsh/_systemd-run @@ -57,4 +57,5 @@ _arguments \ '--on-unit-inactive=[Run after SEC seconds from the last deactivation]:SEC' \ '--on-calendar=[Realtime timer]:SPEC' \ '--timer-property=[Set timer unit property]:NAME=VALUE' \ + '--wait=[Wait until service stopped again]' \ '*::command:_command' |