svn commit: trunk/busybox/include

landley at busybox.net landley at busybox.net
Mon Jan 23 21:10:40 UTC 2006


Author: landley
Date: 2006-01-23 13:10:38 -0800 (Mon, 23 Jan 2006)
New Revision: 13530

Log:
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.


Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2006-01-23 20:48:56 UTC (rev 13529)
+++ trunk/busybox/include/usage.h	2006-01-23 21:10:38 UTC (rev 13530)
@@ -97,6 +97,9 @@
 	"\t-c\tWrite output to standard output\n" \
 	"\t-f\tForce"
 
+#define busybox_notes_usage \
+	"Hello world!\n"
+
 #define bzcat_trivial_usage \
 	"FILE"
 #define bzcat_full_usage \
@@ -2678,7 +2681,7 @@
 	USAGE_FANCY_SLEEP("$ sleep 1d 3h 22m 8s\n" \
 	"[98528 second delay results]\n")
 
-#ifdef CONFIG_SORT_BIG
+#if ENABLE_FEATURE_SORT_BIG
 #  define USAGE_SORT_BIG(a) a
 #else
 #  define USAGE_SORT_BIG(a)




More information about the busybox-cvs mailing list