From b138acf42e52dcdf470f5001aa7ffa1e70eb60f3 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 18 Sep 2017 15:53:29 +0200 Subject: 41725: assorted minor updates to completion functions --- Completion/Linux/Command/_mii-tool | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Completion/Linux') diff --git a/Completion/Linux/Command/_mii-tool b/Completion/Linux/Command/_mii-tool index 8da6da69d..72c47a479 100644 --- a/Completion/Linux/Command/_mii-tool +++ b/Completion/Linux/Command/_mii-tool @@ -1,12 +1,13 @@ #compdef mii-tool -_arguments -s \ - '(-V --version)'{-V,--version}'[display version information]' \ +_arguments -s -S \ + '(- *)'{-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' \ + '(-A --advertise)'{-A,--advertise=}'[advertise only specified media]:medium:_values -s , medium 1000baseTx-HD 1000baseTx-FD 100baseT4 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD 1000baseTx 100baseTx 10baseT' \ '(-F --force)'{-F,--force=}'[force specified medium]:medium:(100baseT4 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD 100baseTx 10baseT)' \ + '(-p --phy)'{-p,--phy=}'[set PHY (MII address) to report]:MII address' \ '*:interface:_net_interfaces' -- cgit 1.4.1