summaryrefslogtreecommitdiff
path: root/shell-completion/bash/busctl
diff options
context:
space:
mode:
Diffstat (limited to 'shell-completion/bash/busctl')
-rw-r--r--shell-completion/bash/busctl7
1 files changed, 4 insertions, 3 deletions
diff --git a/shell-completion/bash/busctl b/shell-completion/bash/busctl
index aa4c1d74d9..d077675a32 100644
--- a/shell-completion/bash/busctl
+++ b/shell-completion/bash/busctl
@@ -78,9 +78,10 @@ _busctl() {
local -A OPTS=(
[STANDALONE]='-h --help --version --no-pager --no-legend --system --user
--show-machine --unique --acquired --activatable --list
- --quiet --verbose --expect-reply=no --auto-start=no
- --allow-interactive-authorization=yes --augment-creds=no'
- [ARG]='-H --host -M --machine --address --match --timeout'
+ -q --quiet --verbose --expect-reply=no --auto-start=no
+ --allow-interactive-authorization=no --augment-creds=no
+ --watch-bind=yes'
+ [ARG]='--address -H --host -M --machine --match --timeout --size'
)
if __contains_word "--user" ${COMP_WORDS[*]}; then