diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-01-10 07:44:13 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-01-10 15:11:00 +0100 |
commit | cdb8ec2d374c02d3d5a0b509e6e1ffac9e48edcf (patch) | |
tree | 57ddab69528394aa368f2838fbeb52f87f0d4c3a /shell-completion/bash/busctl | |
parent | bash-completion: bootctl: support more options and verbs (diff) | |
download | systemd-cdb8ec2d374c02d3d5a0b509e6e1ffac9e48edcf.tar.xz systemd-cdb8ec2d374c02d3d5a0b509e6e1ffac9e48edcf.zip |
bash-completion: busctl: support more options and verbs
Diffstat (limited to 'shell-completion/bash/busctl')
-rw-r--r-- | shell-completion/bash/busctl | 7 |
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 |