aboutsummaryrefslogtreecommitdiff
path: root/util-linux/getopt.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-27 14:45:25 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-27 14:45:25 +0200
commit5b3cbe3a535db27302d979bddefa28ca492647e9 (patch)
tree0d6b174ad30e5298f119fa7b34c8efb91fc34ecc /util-linux/getopt.c
parente9a5a6985ca7f484df60df1f9bdc8b62eac88f2e (diff)
downloadbusybox-w32-5b3cbe3a535db27302d979bddefa28ca492647e9.tar.gz
busybox-w32-5b3cbe3a535db27302d979bddefa28ca492647e9.tar.bz2
busybox-w32-5b3cbe3a535db27302d979bddefa28ca492647e9.zip
config: more tweaking of help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/getopt.c')
-rw-r--r--util-linux/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c
index cd5679cff..cf1bc592f 100644
--- a/util-linux/getopt.c
+++ b/util-linux/getopt.c
@@ -41,7 +41,7 @@
41//config: wisely leave this disabled. 41//config: wisely leave this disabled.
42//config: 42//config:
43//config:config FEATURE_GETOPT_LONG 43//config:config FEATURE_GETOPT_LONG
44//config: bool "Support option -l" 44//config: bool "Support -l LONGOPTs"
45//config: default y if LONG_OPTS 45//config: default y if LONG_OPTS
46//config: depends on GETOPT 46//config: depends on GETOPT
47//config: help 47//config: help