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 2a8ea8d commit b5a7cd8Copy full SHA for b5a7cd8
completions/brctl
@@ -26,7 +26,7 @@ _comp_cmd_brctl()
26
3)
27
case $command in
28
addif | delif)
29
- _comp_compgen_configured_interfaces
+ _comp_compgen_available_interfaces
30
;;
31
stp)
32
_comp_compgen -- -W 'on off'
0 commit comments