diff options
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r-- | loginutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 6f2702e..6ee154c 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in @@ -88,6 +88,13 @@ config ADDUSER help Utility for creating a new user account. +config FEATURE_ADDUSER_LONG_OPTIONS + bool "Enable long options" + default n + depends on ADDUSER && GETOPT_LONG + help + Support long options for the adduser applet. + config DELUSER bool "deluser" default n |