diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-24 23:15:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-24 23:15:28 +0000 |
commit | 7f8797c8ee0fea8bf1fbe58936b390fa0be89eab (patch) | |
tree | 4fb1f41c797af2dcd59cdf30ccd4816e44b5b6de | |
parent | f51d2069ff3a38be49a86212e1d62f2fd89c5943 (diff) | |
download | busybox-7f8797c8ee0fea8bf1fbe58936b390fa0be89eab.tar.gz |
re-order a little for alphabetical
-rw-r--r-- | coreutils/Config.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index f92cd0d31..50e605dc2 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -151,7 +151,7 @@ config CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K 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 @@ config CONFIG_ENV 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 @@ config CONFIG_OD 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 |