Typo fix.
This commit is contained in:
parent
f1f03cd9dc
commit
754bebb9d7
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user