From: Yu Watanabe Date: Wed, 10 Jan 2018 06:44:13 +0000 (+0900) Subject: bash-completion: busctl: support more options and verbs X-Git-Tag: v237~106^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdb8ec2d374c02d3d5a0b509e6e1ffac9e48edcf;p=platform%2Fupstream%2Fsystemd.git bash-completion: busctl: support more options and verbs --- diff --git a/shell-completion/bash/busctl b/shell-completion/bash/busctl index aa4c1d7..d077675 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