summaryrefslogtreecommitdiff
path: root/shell-completion/bash
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-01-10 12:22:08 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-01-10 12:22:08 +0900
commit2a6c483b8cb7f73750b535b91c4f83a505ee4509 (patch)
treec06bec937555ebada9b9aa1919bd044ef188e289 /shell-completion/bash
parentb683b82fe77092b06835e75b53de4ddb5f9cdfe8 (diff)
downloadsystemd-2a6c483b8cb7f73750b535b91c4f83a505ee4509.tar.gz
bash-completion: busctrl: support --full command line option
Diffstat (limited to 'shell-completion/bash')
-rw-r--r--shell-completion/bash/busctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell-completion/bash/busctl b/shell-completion/bash/busctl
index 96bf9ae290..c22b122f1d 100644
--- a/shell-completion/bash/busctl
+++ b/shell-completion/bash/busctl
@@ -32,7 +32,7 @@ __get_machines() {
__get_busnames() {
local mode=$1
local a b
- COLUMNS=65535 busctl $mode list --no-legend --no-pager 2>/dev/null |
+ busctl $mode list --no-legend --no-pager --full 2>/dev/null |
{ while read a b; do echo " $a"; done; };
}
@@ -85,7 +85,7 @@ _busctl() {
--show-machine --unique --acquired --activatable --list
-q --quiet --verbose --expect-reply=no --auto-start=no
--allow-interactive-authorization=no --augment-creds=no
- --watch-bind=yes -j'
+ --watch-bind=yes -j -l --full'
[ARG]='--address -H --host -M --machine --match --timeout --size --json
--destination'
)