svn commit: trunk/busybox/coreutils

vapier at busybox.net vapier at busybox.net
Sat Sep 24 23:15:29 UTC 2005


Author: vapier
Date: 2005-09-24 16:15:28 -0700 (Sat, 24 Sep 2005)
New Revision: 11634

Log:
re-order a little for alphabetical

Modified:
   trunk/busybox/coreutils/Config.in


Changeset:
Modified: trunk/busybox/coreutils/Config.in
===================================================================
--- trunk/busybox/coreutils/Config.in	2005-09-24 23:14:11 UTC (rev 11633)
+++ trunk/busybox/coreutils/Config.in	2005-09-24 23:15:28 UTC (rev 11634)
@@ -151,7 +151,7 @@
 	  Use a blocksize of (1K) instead of the default 512b.
 
 config CONFIG_ECHO
-	bool "echo (basic SUSv3 version taking no options)"
+	bool "echo (basic SuSv3 version taking no options)"
 	default n
 	help
 	  echo is used to print a specified string to stdout.
@@ -172,12 +172,6 @@
 	  a command; without options it displays the current
 	  environment.
 
-config CONFIG_PRINTENV
-	bool "printenv"
-	default n
-	help
-	  printenv is used to print all or part of environment.
-
 config CONFIG_EXPR
 	bool "expr"
 	default n
@@ -373,6 +367,12 @@
 	help
 	  od is used to dump binary files in octal and other formats.
 
+config CONFIG_PRINTENV
+	bool "printenv"
+	default n
+	help
+	  printenv is used to print all or part of environment.
+
 config CONFIG_PRINTF
 	bool "printf"
 	default n




More information about the busybox-cvs mailing list