diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl index c4a51df6db1..62beae140d2 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]='' )