Skip to content

Commit 94a58cc

Browse files
committed
bash-completion: support --stats/-s option of networkctl
1 parent a459b24 commit 94a58cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell-completion/bash/networkctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _networkctl() {
3232
local i verb comps
3333
local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
3434
local -A OPTS=(
35-
[STANDALONE]='-a --all -h --help --version --no-pager --no-legend'
35+
[STANDALONE]='-a --all -h --help --version --no-pager --no-legend -s --stats'
3636
[ARG]=''
3737
)
3838

0 commit comments

Comments
 (0)