[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 754bebb9d799265effe611e27fb310bc14d660e2

Ville Skyttä ville.skytta at iki.fi
Fri May 1 08:09:30 UTC 2009


The following commit has been merged in the master branch:
commit 754bebb9d799265effe611e27fb310bc14d660e2
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri May 1 11:09:17 2009 +0300

    Typo fix.

diff --git a/to_review/shadow b/to_review/shadow
index 717cbd3..746554f 100644
--- a/to_review/shadow
+++ b/to_review/shadow
@@ -49,7 +49,7 @@ _useradd()
 	$split && return 0
 
 	if [[ "$cur" == -* ]]; then
-		COMREPLY=( $( compgen -W '-b --base-dir -c --comment -d --home \
+		COMPREPLY=( $( compgen -W '-b --base-dir -c --comment -d --home\
 			-D --defaults -e --expiredate -f --inactive -g --gid \
 			-G --groups -h --help -k --skel -K --key -l -M \
 			-m --create-home -N --no-user-group -o --non-unique \

-- 
bash-completion



More information about the Bash-completion-commits mailing list