summaryrefslogtreecommitdiffstats
path: root/shell-completion
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2024-08-07 21:41:20 +0200
committerLuca Boccassi <bluca@debian.org>2024-08-08 10:18:41 +0200
commit989e843e7543b21b91de4368da44692d674722a5 (patch)
treefc4919ae168d3768b6359cb395bb5ebc66588fef /shell-completion
parentmeson: enable -Wunterminated-string-initialization (diff)
downloadsystemd-989e843e7543b21b91de4368da44692d674722a5.tar.xz
systemd-989e843e7543b21b91de4368da44692d674722a5.zip
busctl: add support for --timeout to monitor verb
Useful in scripts when you want to exit successfully after a certain time
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/zsh/_busctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_busctl b/shell-completion/zsh/_busctl
index d8d7adfb4c..c8c4f96ed1 100644
--- a/shell-completion/zsh/_busctl
+++ b/shell-completion/zsh/_busctl
@@ -282,6 +282,6 @@ _arguments \
'--expect-reply=[Expect a method call reply]:boolean:(1 0)' \
'--auto-start=[Auto-start destination service]:boolean:(1 0)' \
'--allow-interactive-authorization=[Allow interactive authorization for operation]:boolean:(1 0)' \
- '--timeout=[Maximum time to wait for method call completion]:timeout (seconds)' \
+ '--timeout=[Maximum time to wait for method call completion and monitoring]:timeout (seconds)' \
'--augment-creds=[Extend credential data with data read from /proc/$PID]:boolean:(1 0)' \
'*::busctl command:_busctl_commands'