Typo fix.

This commit is contained in:
Ville Skyttä 2009-05-01 11:09:17 +03:00
parent f1f03cd9dc
commit 754bebb9d7

View File

@ -49,7 +49,7 @@ _useradd()
$split && return 0 $split && return 0
if [[ "$cur" == -* ]]; then 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 \ -D --defaults -e --expiredate -f --inactive -g --gid \
-G --groups -h --help -k --skel -K --key -l -M \ -G --groups -h --help -k --skel -K --key -l -M \
-m --create-home -N --no-user-group -o --non-unique \ -m --create-home -N --no-user-group -o --non-unique \