svn commit: trunk/busybox: loginutils shell

vda at busybox.net vda at busybox.net
Wed Jul 16 23:45:11 UTC 2008


Author: vda
Date: 2008-07-16 16:45:11 -0700 (Wed, 16 Jul 2008)
New Revision: 22850

Log:
config help fixes



Modified:
   trunk/busybox/Config.in
   trunk/busybox/loginutils/Config.in
   trunk/busybox/shell/Config.in


Changeset:
Modified: trunk/busybox/Config.in
===================================================================
--- trunk/busybox/Config.in	2008-07-16 23:04:49 UTC (rev 22849)
+++ trunk/busybox/Config.in	2008-07-16 23:45:11 UTC (rev 22850)
@@ -411,7 +411,7 @@
 	  Most people should answer N.
 
 config DEBUG_PESSIMIZE
-	bool "Disable compiler optimizations."
+	bool "Disable compiler optimizations"
 	default n
 	depends on DEBUG
 	help

Modified: trunk/busybox/loginutils/Config.in
===================================================================
--- trunk/busybox/loginutils/Config.in	2008-07-16 23:04:49 UTC (rev 22849)
+++ trunk/busybox/loginutils/Config.in	2008-07-16 23:45:11 UTC (rev 22850)
@@ -101,7 +101,7 @@
 	  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

Modified: trunk/busybox/shell/Config.in
===================================================================
--- trunk/busybox/shell/Config.in	2008-07-16 23:04:49 UTC (rev 22849)
+++ trunk/busybox/shell/Config.in	2008-07-16 23:45:11 UTC (rev 22850)
@@ -69,7 +69,7 @@
 	  '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




More information about the busybox-cvs mailing list