mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Fix a typo
This commit is contained in:
parent
29de86314a
commit
53090cdedd
@ -77,11 +77,11 @@ config CONFIG_ASH_MATH_SUPPORT_64
|
|||||||
large numbers.
|
large numbers.
|
||||||
|
|
||||||
config CONFIG_ASH_GETOPTS
|
config CONFIG_ASH_GETOPTS
|
||||||
bool " Enable getopt builtin to parse positional parameters"
|
bool " Enable getopts builtin to parse positional parameters"
|
||||||
default n
|
default n
|
||||||
depends on CONFIG_ASH
|
depends on CONFIG_ASH
|
||||||
help
|
help
|
||||||
Enable builtin getopt in the ash shell.
|
Enable getopts builtin in the ash shell.
|
||||||
|
|
||||||
config CONFIG_ASH_CMDCMD
|
config CONFIG_ASH_CMDCMD
|
||||||
bool " Enable cmdcmd to override shell builtins"
|
bool " Enable cmdcmd to override shell builtins"
|
||||||
|
Loading…
Reference in New Issue
Block a user