diff options
author | Denys Vlasenko | 2017-07-27 14:45:25 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-27 14:45:25 +0200 |
commit | 5b3cbe3a535db27302d979bddefa28ca492647e9 (patch) | |
tree | 0d6b174ad30e5298f119fa7b34c8efb91fc34ecc /util-linux/getopt.c | |
parent | e9a5a6985ca7f484df60df1f9bdc8b62eac88f2e (diff) | |
download | busybox-5b3cbe3a535db27302d979bddefa28ca492647e9.zip busybox-5b3cbe3a535db27302d979bddefa28ca492647e9.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index cd5679c..cf1bc59 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c @@ -41,7 +41,7 @@ //config: wisely leave this disabled. //config: //config:config FEATURE_GETOPT_LONG -//config: bool "Support option -l" +//config: bool "Support -l LONGOPTs" //config: default y if LONG_OPTS //config: depends on GETOPT //config: help |