mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
re-order a little for alphabetical
This commit is contained in:
parent
f51d2069ff
commit
7f8797c8ee
@ -151,7 +151,7 @@ config CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K
|
|||||||
Use a blocksize of (1K) instead of the default 512b.
|
Use a blocksize of (1K) instead of the default 512b.
|
||||||
|
|
||||||
config CONFIG_ECHO
|
config CONFIG_ECHO
|
||||||
bool "echo (basic SUSv3 version taking no options)"
|
bool "echo (basic SuSv3 version taking no options)"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
echo is used to print a specified string to stdout.
|
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
|
a command; without options it displays the current
|
||||||
environment.
|
environment.
|
||||||
|
|
||||||
config CONFIG_PRINTENV
|
|
||||||
bool "printenv"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
printenv is used to print all or part of environment.
|
|
||||||
|
|
||||||
config CONFIG_EXPR
|
config CONFIG_EXPR
|
||||||
bool "expr"
|
bool "expr"
|
||||||
default n
|
default n
|
||||||
@ -373,6 +367,12 @@ config CONFIG_OD
|
|||||||
help
|
help
|
||||||
od is used to dump binary files in octal and other formats.
|
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
|
config CONFIG_PRINTF
|
||||||
bool "printf"
|
bool "printf"
|
||||||
default n
|
default n
|
||||||
|
Loading…
Reference in New Issue
Block a user