mirror of https://github.com/mirror/busybox.git
adduser: fix help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_24_stable
parent
65db14ec50
commit
c65a7596df
|
@ -20,7 +20,7 @@
|
||||||
//usage: "\n -D Don't assign a password"
|
//usage: "\n -D Don't assign a password"
|
||||||
//usage: "\n -H Don't create home directory"
|
//usage: "\n -H Don't create home directory"
|
||||||
//usage: "\n -u UID User id"
|
//usage: "\n -u UID User id"
|
||||||
//usage: "\n -k SKEL directory (/etc/skel)"
|
//usage: "\n -k SKEL Skeleton directory (/etc/skel)"
|
||||||
|
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue