We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c822f commit 5fb991eCopy full SHA for 5fb991e
completions/brctl
@@ -26,7 +26,7 @@ _brctl()
26
3)
27
case $command in
28
addif | delif)
29
- _configured_interfaces
+ _available_interfaces
30
;;
31
stp)
32
COMPREPLY=($(compgen -W 'on off' -- "$cur"))
0 commit comments