diff options
author | Daniel Mack <github@zonque.org> | 2015-06-23 10:01:42 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-06-23 10:01:42 +0200 |
commit | 7a01b920d0d0e5d74fc54a344546f5de5264d92c (patch) | |
tree | 304483be3f66329d7c42572cf3bcfdcee17ea226 /shell-completion/zsh/_systemd-inhibit | |
parent | 53bf09836dac7473a11f2a93f786590bb189e8dc (diff) | |
parent | fb9d85b71ac1a9247af623f98f4e229fccd0fe7d (diff) |
Merge pull request #324 from llua/zsh-completion
zsh-completion: _loginctl/_systemd/_systemd-inhibit improvements
Diffstat (limited to 'shell-completion/zsh/_systemd-inhibit')
-rw-r--r-- | shell-completion/zsh/_systemd-inhibit | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell-completion/zsh/_systemd-inhibit b/shell-completion/zsh/_systemd-inhibit index 1ecb6dc7ee..1b3247b2cd 100644 --- a/shell-completion/zsh/_systemd-inhibit +++ b/shell-completion/zsh/_systemd-inhibit @@ -26,8 +26,8 @@ _arguments \ {-h,--help}'[Show this help]' \ '--version[Show package version]' \ '--what=[Operations to inhibit]:options:_inhibit_what' \ - '--who=[A descriptive string who is inhibiting]' \ - '--why=[A descriptive string why is being inhibited]' \ - '--mode=[One of block or delay]' \ + '--who=[A descriptive string who is inhibiting]:who is inhibiting:' \ + '--why=[A descriptive string why is being inhibited]:reason for the lock:' \ + '--mode=[One of block or delay]:lock mode:( block delay )' \ '--list[List active inhibitors]' \ '*:commands:_systemd_inhibit_command' |