wget: Drop incorrect -nv arg completion.
This commit is contained in:
parent
57865686de
commit
1969d125ba
@ -143,7 +143,7 @@ _wget()
|
|||||||
-e|--execute)
|
-e|--execute)
|
||||||
return # TODO base=STR
|
return # TODO base=STR
|
||||||
;;
|
;;
|
||||||
-nv|--report-speed)
|
--report-speed)
|
||||||
COMPREPLY=( $( compgen -W 'bits' -- "$cur" ) )
|
COMPREPLY=( $( compgen -W 'bits' -- "$cur" ) )
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user