wget: Drop incorrect -nv arg completion.

This commit is contained in:
Ville Skyttä 2013-05-09 13:57:58 +03:00
parent 57865686de
commit 1969d125ba

View File

@ -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
;; ;;