diff options
Diffstat (limited to 'util-linux/getopt.c')
-rw-r--r-- | util-linux/getopt.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 7c65a6a1f..cd5679cff 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c @@ -33,19 +33,19 @@ //config: bool "getopt (5.6 kb)" //config: default y //config: help -//config: The getopt utility is used to break up (parse) options in command -//config: lines to make it easy to write complex shell scripts that also check -//config: for legal (and illegal) options. If you want to write horribly -//config: complex shell scripts, or use some horribly complex shell script -//config: written by others, this utility may be for you. Most people will -//config: wisely leave this disabled. +//config: The getopt utility is used to break up (parse) options in command +//config: lines to make it easy to write complex shell scripts that also check +//config: for legal (and illegal) options. If you want to write horribly +//config: complex shell scripts, or use some horribly complex shell script +//config: written by others, this utility may be for you. Most people will +//config: wisely leave this disabled. //config: //config:config FEATURE_GETOPT_LONG //config: bool "Support option -l" //config: default y if LONG_OPTS //config: depends on GETOPT //config: help -//config: Enable support for long options (option -l). +//config: Enable support for long options (option -l). //applet:IF_GETOPT(APPLET(getopt, BB_DIR_BIN, BB_SUID_DROP)) |