Convert some help text to english.
This commit is contained in:
parent
271aa40a15
commit
32251b4825
@ -137,7 +137,7 @@ config CONFIG_ASH_OPTIMIZE_FOR_SIZE
|
|||||||
default y
|
default y
|
||||||
depends on CONFIG_ASH
|
depends on CONFIG_ASH
|
||||||
help
|
help
|
||||||
Compile ash for reduced size at price of speed.
|
Compile ash for reduced size at the price of speed.
|
||||||
|
|
||||||
config CONFIG_ASH_RANDOM_SUPPORT
|
config CONFIG_ASH_RANDOM_SUPPORT
|
||||||
bool " Enable pseudorandom generator and variable $RANDOM"
|
bool " Enable pseudorandom generator and variable $RANDOM"
|
||||||
@ -151,13 +151,13 @@ config CONFIG_ASH_RANDOM_SUPPORT
|
|||||||
variable will no longer have special treatment.
|
variable will no longer have special treatment.
|
||||||
|
|
||||||
config CONFIG_ASH_EXPAND_PRMT
|
config CONFIG_ASH_EXPAND_PRMT
|
||||||
bool " Support expand PS#"
|
bool " Expand prompt string"
|
||||||
default n
|
default n
|
||||||
depends on CONFIG_ASH
|
depends on CONFIG_ASH
|
||||||
help
|
help
|
||||||
"PS#" may be have commands. It option enable expand string
|
"PS#" may be contain volatile content, such as backquote commands.
|
||||||
from prompt before each show.
|
This option recreates the prompt string from the environment
|
||||||
|
variable each time it is displayed.
|
||||||
|
|
||||||
config CONFIG_HUSH
|
config CONFIG_HUSH
|
||||||
bool "hush"
|
bool "hush"
|
||||||
|
Loading…
Reference in New Issue
Block a user