config help fixes
This commit is contained in:
parent
fb1642f2ca
commit
c185e290ee
@ -411,7 +411,7 @@ config DEBUG
|
|||||||
Most people should answer N.
|
Most people should answer N.
|
||||||
|
|
||||||
config DEBUG_PESSIMIZE
|
config DEBUG_PESSIMIZE
|
||||||
bool "Disable compiler optimizations."
|
bool "Disable compiler optimizations"
|
||||||
default n
|
default n
|
||||||
depends on DEBUG
|
depends on DEBUG
|
||||||
help
|
help
|
||||||
|
@ -101,7 +101,7 @@ config DELGROUP
|
|||||||
Utility for deleting a group account.
|
Utility for deleting a group account.
|
||||||
|
|
||||||
config FEATURE_DEL_USER_FROM_GROUP
|
config FEATURE_DEL_USER_FROM_GROUP
|
||||||
bool "Support for removing users from groups."
|
bool "Support for removing users from groups"
|
||||||
default n
|
default n
|
||||||
depends on DELGROUP
|
depends on DELGROUP
|
||||||
help
|
help
|
||||||
|
@ -69,7 +69,7 @@ config ASH_READ_NCHARS
|
|||||||
'read -s' will read without echoing the user's input.
|
'read -s' will read without echoing the user's input.
|
||||||
|
|
||||||
config ASH_READ_TIMEOUT
|
config ASH_READ_TIMEOUT
|
||||||
bool "'read -t S' support."
|
bool "'read -t S' support"
|
||||||
default n
|
default n
|
||||||
depends on ASH
|
depends on ASH
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user