diff --git a/completions/wget b/completions/wget index 8ad5b6be..1c8aa7d0 100644 --- a/completions/wget +++ b/completions/wget @@ -143,7 +143,7 @@ _wget() -e|--execute) return # TODO base=STR ;; - -nv|--report-speed) + --report-speed) COMPREPLY=( $( compgen -W 'bits' -- "$cur" ) ) return ;;