about summary refs log tree commit diff
path: root/Completion/Linux/Command/_mii-tool
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2005-06-24 14:48:52 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2005-06-24 14:48:52 +0000
commit70a3d4e4b1327ddd17c6bb5900dcf0b69be9bc7c (patch)
tree4ff9a374790568c2a412621fbc4244efe3fd8f75 /Completion/Linux/Command/_mii-tool
parent4d8f3c396477a37c863cc80b954c4bc6d190683b (diff)
downloadzsh-70a3d4e4b1327ddd17c6bb5900dcf0b69be9bc7c.tar.gz
zsh-70a3d4e4b1327ddd17c6bb5900dcf0b69be9bc7c.tar.xz
zsh-70a3d4e4b1327ddd17c6bb5900dcf0b69be9bc7c.zip
21380: update for wget 1.10, add missing descriptions and other minor fixes
Diffstat (limited to 'Completion/Linux/Command/_mii-tool')
-rw-r--r--Completion/Linux/Command/_mii-tool20
1 files changed, 10 insertions, 10 deletions
diff --git a/Completion/Linux/Command/_mii-tool b/Completion/Linux/Command/_mii-tool
index cf16ca49c..8da6da69d 100644
--- a/Completion/Linux/Command/_mii-tool
+++ b/Completion/Linux/Command/_mii-tool
@@ -1,12 +1,12 @@
 #compdef mii-tool
 
-_arguments \
-	'(-V --version)'{-V,--version}'[version]' \
-	'(-v --verbose)'{-v,--verbose}'[verbose]' \
-	'(-R --reset)'{-R,--reset}'[reset MII to poweron state]' \
-	'(-r --restart)'{-r,--restart}'[restart autonegotiation]' \
-	'(-w --watch)'{-w,--watch}'[monitor for link status changes]' \
-	'(-l --log)'{-l,--log}'[write events to syslog]' \
-	'(-A --advertise)'{-A,--advertise=}'[advertise only specified media]:media:_values -s , 100baseT4 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD 100baseTx 10baseT' \
-	'(-F --force)'{-F,--force=}'[force specified medium]:medium:(100baseT4 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD 100baseTx 10baseT)' \
-	'*:interface:_net_interfaces'
+_arguments -s \
+  '(-V --version)'{-V,--version}'[display version information]' \
+  '(-v --verbose)'{-v,--verbose}'[verbose output]' \
+  '(-R --reset)'{-R,--reset}'[reset MII to poweron state]' \
+  '(-r --restart)'{-r,--restart}'[restart autonegotiation]' \
+  '(-w --watch)'{-w,--watch}'[monitor for link status changes]' \
+  '(-l --log)'{-l,--log}'[write events to syslog]' \
+  '(-A --advertise)'{-A,--advertise=}'[advertise only specified media]:medium:_values -s , medium 100baseT4 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD 100baseTx 10baseT' \
+  '(-F --force)'{-F,--force=}'[force specified medium]:medium:(100baseT4 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD 100baseTx 10baseT)' \
+  '*:interface:_net_interfaces'