Update depmod & modprobe upstream help text in comments
[oweals/busybox.git] / loginutils / adduser.c
index 608fb8437ae989b646fb9b3cd17bd18d2b4d82ac..40bc816a18211af958782f14b540f32c7bd0f4d5 100644 (file)
@@ -17,8 +17,6 @@
 //config:      bool "Enable long options"
 //config:      default y
 //config:      depends on ADDUSER && LONG_OPTS
-//config:      help
-//config:        Support long options for the adduser applet.
 //config:
 //config:config FEATURE_CHECK_NAMES
 //config:      bool "Enable sanity check on user/group names in adduser and addgroup"
@@ -66,7 +64,7 @@
 //usage:     "\n       -h DIR          Home directory"
 //usage:     "\n       -g GECOS        GECOS field"
 //usage:     "\n       -s SHELL        Login shell"
-//usage:     "\n       -G GRP          Add user to existing group"
+//usage:     "\n       -G GRP          Group"
 //usage:     "\n       -S              Create a system user"
 //usage:     "\n       -D              Don't assign a password"
 //usage:     "\n       -H              Don't create home directory"