[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 01433f677451a8ccc11809c77d257247bd96ab97

Ville Skyttä ville.skytta at iki.fi
Fri May 29 20:14:31 UTC 2009


The following commit has been merged in the master branch:
commit 01433f677451a8ccc11809c77d257247bd96ab97
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri May 29 23:14:23 2009 +0300

    Fix comment about env, netstat and friends filename (non-)usage.

diff --git a/bash_completion b/bash_completion
index f27eddd..ab21c8f 100644
--- a/bash_completion
+++ b/bash_completion
@@ -2634,7 +2634,7 @@ for i in a2ps autoconf automake bc gprof ld nm objcopy objdump readelf strip \
   have $i && complete -F _longopt $filenames $i
 done
 
-# These commands use filenames, so '-o filenames' is not needed.
+# These commands do not use filenames, so '-o filenames' is not needed.
 for i in env netstat seq uname units wget; do
   have $i && complete -F _longopt $default $i
 done

-- 
bash-completion



More information about the Bash-completion-commits mailing list