diff options
author | Luca Boccassi <bluca@debian.org> | 2024-08-07 21:41:20 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2024-08-08 10:18:41 +0200 |
commit | 989e843e7543b21b91de4368da44692d674722a5 (patch) | |
tree | fc4919ae168d3768b6359cb395bb5ebc66588fef /shell-completion | |
parent | meson: enable -Wunterminated-string-initialization (diff) | |
download | systemd-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/_busctl | 2 |
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' |