Testing CONFIG_SORT_BIG to display the help for the big version of sort isn't
much use when the symbol is CONFIG_FEATURE_SORT_BIG.
This commit is contained in:
parent
e0ae702b0e
commit
6130b9b160
@ -97,6 +97,9 @@
|
|||||||
"\t-c\tWrite output to standard output\n" \
|
"\t-c\tWrite output to standard output\n" \
|
||||||
"\t-f\tForce"
|
"\t-f\tForce"
|
||||||
|
|
||||||
|
#define busybox_notes_usage \
|
||||||
|
"Hello world!\n"
|
||||||
|
|
||||||
#define bzcat_trivial_usage \
|
#define bzcat_trivial_usage \
|
||||||
"FILE"
|
"FILE"
|
||||||
#define bzcat_full_usage \
|
#define bzcat_full_usage \
|
||||||
@ -2678,7 +2681,7 @@
|
|||||||
USAGE_FANCY_SLEEP("$ sleep 1d 3h 22m 8s\n" \
|
USAGE_FANCY_SLEEP("$ sleep 1d 3h 22m 8s\n" \
|
||||||
"[98528 second delay results]\n")
|
"[98528 second delay results]\n")
|
||||||
|
|
||||||
#ifdef CONFIG_SORT_BIG
|
#if ENABLE_FEATURE_SORT_BIG
|
||||||
# define USAGE_SORT_BIG(a) a
|
# define USAGE_SORT_BIG(a) a
|
||||||
#else
|
#else
|
||||||
# define USAGE_SORT_BIG(a)
|
# define USAGE_SORT_BIG(a)
|
||||||
|
Loading…
Reference in New Issue
Block a user