chiark / gitweb /
basic: parse_timestamp UTC and fractional seconds support
[elogind.git] / shell-completion / zsh / _elogind-inhibit
index 1ecb6dc7ee9a22a9d99fb94e42b3bc74a39ff763..1b3247b2cd98a6d73c7d68e805c42577713654ae 100644 (file)
@@ -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'