summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-01-10 15:44:13 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-01-10 23:11:00 +0900
commitcdb8ec2d374c02d3d5a0b509e6e1ffac9e48edcf (patch)
tree57ddab69528394aa368f2838fbeb52f87f0d4c3a
parent92360836a0abe0652be54df7b347cab54a7edee7 (diff)
downloadsystemd-cdb8ec2d374c02d3d5a0b509e6e1ffac9e48edcf.tar.gz
bash-completion: busctl: support more options and verbs
-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