config help fixes
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 16 Jul 2008 23:45:11 +0000 (23:45 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 16 Jul 2008 23:45:11 +0000 (23:45 -0000)
Config.in
loginutils/Config.in
shell/Config.in

index 30207c5682b8095bbd3923a40ac3da370a384225..1cbdf61971a53fde539edd2fd87d9850bc0e5b11 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -411,7 +411,7 @@ config DEBUG
          Most people should answer N.
 
 config DEBUG_PESSIMIZE
-       bool "Disable compiler optimizations."
+       bool "Disable compiler optimizations"
        default n
        depends on DEBUG
        help
index 4ca1c25977c11c26c1828322463784026648b1e6..d3ad400a8c5237c5870cab044b29b436755e27db 100644 (file)
@@ -101,7 +101,7 @@ config DELGROUP
          Utility for deleting a group account.
 
 config FEATURE_DEL_USER_FROM_GROUP
-       bool "Support for removing users from groups."
+       bool "Support for removing users from groups"
        default n
        depends on DELGROUP
        help
index a6701622c8004967fadceca067654045c8f2e168..797200229608e193b0e7e9d93b8539019e2ec4d7 100644 (file)
@@ -69,7 +69,7 @@ config ASH_READ_NCHARS
          'read -s' will read without echoing the user's input.
 
 config ASH_READ_TIMEOUT
-       bool "'read -t S' support."
+       bool "'read -t S' support"
        default n
        depends on ASH
        help