We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a459b24 commit 94a58ccCopy full SHA for 94a58cc
shell-completion/bash/networkctl
@@ -32,7 +32,7 @@ _networkctl() {
32
local i verb comps
33
local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
34
local -A OPTS=(
35
- [STANDALONE]='-a --all -h --help --version --no-pager --no-legend'
+ [STANDALONE]='-a --all -h --help --version --no-pager --no-legend -s --stats'
36
[ARG]=''
37
)
38
0 commit comments