projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29de863
)
Fix a typo
author
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 24 Sep 2004 09:09:44 +0000
(09:09 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 24 Sep 2004 09:09:44 +0000
(09:09 -0000)
shell/Config.in
patch
|
blob
|
history
diff --git
a/shell/Config.in
b/shell/Config.in
index 5824d1200c2e107c09beec09ed90162cdd256261..bdba40d3b24dbf911fb4d28eb7e4dde0c53cb25a 100644
(file)
--- a/
shell/Config.in
+++ b/
shell/Config.in
@@
-77,11
+77,11
@@
config CONFIG_ASH_MATH_SUPPORT_64
large numbers.
config CONFIG_ASH_GETOPTS
- bool " Enable getopt builtin to parse positional parameters"
+ bool " Enable getopt
s
builtin to parse positional parameters"
default n
depends on CONFIG_ASH
help
- Enable
builtin getopt
in the ash shell.
+ Enable
getopts builtin
in the ash shell.
config CONFIG_ASH_CMDCMD
bool " Enable cmdcmd to override shell builtins"