diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-24 23:15:28 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-24 23:15:28 +0000 |
commit | e9695c4cd20edd719e4601e5993b17b69644a21f (patch) | |
tree | 4fb1f41c797af2dcd59cdf30ccd4816e44b5b6de | |
parent | b27e3d72393d0a082c4210e528a07a021edb0b0a (diff) | |
download | busybox-w32-e9695c4cd20edd719e4601e5993b17b69644a21f.tar.gz busybox-w32-e9695c4cd20edd719e4601e5993b17b69644a21f.tar.bz2 busybox-w32-e9695c4cd20edd719e4601e5993b17b69644a21f.zip |
re-order a little for alphabetical
git-svn-id: svn://busybox.net/trunk/busybox@11634 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 | |||
151 | Use a blocksize of (1K) instead of the default 512b. | 151 | Use a blocksize of (1K) instead of the default 512b. |
152 | 152 | ||
153 | config CONFIG_ECHO | 153 | config CONFIG_ECHO |
154 | bool "echo (basic SUSv3 version taking no options)" | 154 | bool "echo (basic SuSv3 version taking no options)" |
155 | default n | 155 | default n |
156 | help | 156 | help |
157 | echo is used to print a specified string to stdout. | 157 | echo is used to print a specified string to stdout. |
@@ -172,12 +172,6 @@ config CONFIG_ENV | |||
172 | a command; without options it displays the current | 172 | a command; without options it displays the current |
173 | environment. | 173 | environment. |
174 | 174 | ||
175 | config CONFIG_PRINTENV | ||
176 | bool "printenv" | ||
177 | default n | ||
178 | help | ||
179 | printenv is used to print all or part of environment. | ||
180 | |||
181 | config CONFIG_EXPR | 175 | config CONFIG_EXPR |
182 | bool "expr" | 176 | bool "expr" |
183 | default n | 177 | default n |
@@ -373,6 +367,12 @@ config CONFIG_OD | |||
373 | help | 367 | help |
374 | od is used to dump binary files in octal and other formats. | 368 | od is used to dump binary files in octal and other formats. |
375 | 369 | ||
370 | config CONFIG_PRINTENV | ||
371 | bool "printenv" | ||
372 | default n | ||
373 | help | ||
374 | printenv is used to print all or part of environment. | ||
375 | |||
376 | config CONFIG_PRINTF | 376 | config CONFIG_PRINTF |
377 | bool "printf" | 377 | bool "printf" |
378 | default n | 378 | default n |