Big cleanup in config help and description
[oweals/busybox.git] / loginutils / addgroup.c
index 6b2fd7ba9b0a91ce7120cbaaff0be3e708d888e1..94da4efbbddd94823be31279014c3dc537eb17d1 100644 (file)
 //config:      bool "Enable long options"
 //config:      default y
 //config:      depends on ADDGROUP && LONG_OPTS
-//config:      help
-//config:        Support long options for the addgroup applet.
 //config:
 //config:config FEATURE_ADDUSER_TO_GROUP
-//config:      bool "Support for adding users to groups"
+//config:      bool "Support adding users to groups"
 //config:      default y
 //config:      depends on ADDGROUP
 //config:      help
-//config:        If  called  with two non-option arguments,
+//config:        If called with two non-option arguments,
 //config:        addgroup will add an existing user to an
 //config:        existing group.