summaryrefslogtreecommitdiff
path: root/completions/brctl
diff options
context:
space:
mode:
Diffstat (limited to 'completions/brctl')
-rw-r--r--completions/brctl7
1 files changed, 3 insertions, 4 deletions
diff --git a/completions/brctl b/completions/brctl
index 441aa08f..27207158 100644
--- a/completions/brctl
+++ b/completions/brctl
@@ -9,10 +9,9 @@ _brctl()
case $cword in
1)
- COMPREPLY=( $( compgen -W "addbr delbr addif delif \
- setageing setbridgeprio setfd sethello \
- setmaxage setpathcost setportprio show \
- showmacs showstp stp" -- "$cur" ) )
+ COMPREPLY=( $( compgen -W "addbr delbr addif delif setageing
+ setbridgeprio setfd sethello setmaxage setpathcost setportprio
+ show showmacs showstp stp" -- "$cur" ) )
;;
2)
case $command in