From: Glenn L McGrath Date: Fri, 24 Sep 2004 09:09:44 +0000 (-0000) Subject: Fix a typo X-Git-Tag: 1_00~27 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=53090cdedd150ef17b480193b75a325b53af94fe;p=oweals%2Fbusybox.git Fix a typo --- diff --git a/shell/Config.in b/shell/Config.in index 5824d1200..bdba40d3b 100644 --- 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 getopts 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"