[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.1-16-g5c6b1bb

Ville Skyttä ville.skytta at iki.fi
Thu May 9 11:04:48 UTC 2013


The following commit has been merged in the master branch:
commit 1969d125bacde3da22c06e5ca729c7e766ce7d65
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu May 9 13:57:58 2013 +0300

    wget: Drop incorrect -nv arg completion.

diff --git a/completions/wget b/completions/wget
index 8ad5b6b..1c8aa7d 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
             ;;

-- 
bash-completion



More information about the Bash-completion-commits mailing list