summaryrefslogtreecommitdiff
path: root/completions/mii-tool
diff options
context:
space:
mode:
Diffstat (limited to 'completions/mii-tool')
-rw-r--r--completions/mii-tool6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/mii-tool b/completions/mii-tool
index effaa1db..facebe4a 100644
--- a/completions/mii-tool
+++ b/completions/mii-tool
@@ -7,12 +7,12 @@ _mii_tool()
case $prev in
-F|--force)
- COMPREPLY=( $( compgen -W '100baseTx-FD 100baseTx-HD \
- 10baseT-FD 10baseT-HD' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '100baseTx-FD 100baseTx-HD 10baseT-FD
+ 10baseT-HD' -- "$cur" ) )
return 0
;;
-A|--advertise)
- COMPREPLY=( $( compgen -W '100baseT4 100baseTx-FD 100baseTx-HD \
+ COMPREPLY=( $( compgen -W '100baseT4 100baseTx-FD 100baseTx-HD
10baseT-FD 10baseT-HD' -- "$cur" ) )
return 0
;;