mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
zsh-completion: fix completion for systemd-inhibit --what
This commit is contained in:
parent
a54510c775
commit
f003d62ec6
@ -28,7 +28,7 @@ _systemd-inhibit_what() {
|
||||
_arguments \
|
||||
{-h,--help}'[Show this help]' \
|
||||
'--version[Show package version]' \
|
||||
'--what=[Operations to inhibit]:options:_inhibit_what' \
|
||||
'--what=[Operations to inhibit]:options:_systemd-inhibit_what' \
|
||||
'--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 )' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user