From: Yu Watanabe Date: Fri, 24 May 2019 15:40:38 +0000 (+0900) Subject: bash-completion: support --stats/-s option of networkctl X-Git-Tag: v243-rc1~327^2~3 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=94a58cc1f936d8af32d7d20da5259f4c8376c343;p=systemd%2F.git bash-completion: support --stats/-s option of networkctl --- 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]='' )