summaryrefslogtreecommitdiff
path: root/shell-completion/bash
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-05-25 00:40:38 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-06-01 10:24:47 +0900
commit94a58cc1f936d8af32d7d20da5259f4c8376c343 (patch)
tree8a2fdcf52078007c736059ca1d48bd4b8659487d /shell-completion/bash
parenta459b24f7e4d9030135e4ea40575d42f4a8fffdf (diff)
downloadsystemd-94a58cc1f936d8af32d7d20da5259f4c8376c343.tar.gz
bash-completion: support --stats/-s option of networkctl
Diffstat (limited to 'shell-completion/bash')
-rw-r--r--shell-completion/bash/networkctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl
index c4a51df6db..62beae140d 100644
--- a/shell-completion/bash/networkctl
+++ b/shell-completion/bash/networkctl
@@ -32,7 +32,7 @@ _networkctl() {
local i verb comps
local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
local -A OPTS=(
- [STANDALONE]='-a --all -h --help --version --no-pager --no-legend'
+ [STANDALONE]='-a --all -h --help --version --no-pager --no-legend -s --stats'
[ARG]=''
)