[BusyBox-cvs] busybox/include usage.h,1.185,1.186

Glenn McGrath bug1 at busybox.net
Thu Jan 15 11:50:21 UTC 2004


Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv7362/include

Modified Files:
	usage.h 
Log Message:
Patch by Tito, reduce size of deallocvt, also make the usage message 
clearer (from N to [N]) and indirectly (through bb_xgetlarg) adds support
for  -h ;-)


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- usage.h	28 Dec 2003 05:06:56 -0000	1.185
+++ usage.h	15 Jan 2004 11:50:19 -0000	1.186
@@ -324,7 +324,7 @@
 	"4+0 records out\n"
 
 #define deallocvt_trivial_usage \
-	"N"
+	"[N]"
 #define deallocvt_full_usage \
 	 "Deallocate unused virtual terminal /dev/ttyN"
 
@@ -438,6 +438,11 @@
 #define dpkg_deb_example_usage \
 	"$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n"
 
+#define dpkg_divert_trivial_usage \
+	"blah"
+#define dpkg_divert_full_usage \
+	"blah blah"
+
 #ifdef CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K
 #define USAGE_DU_DEFALT_BLOCKSIZE_1k(a) a
 #define USAGE_NOT_DU_DEFALT_BLOCKSIZE_1k(a)




More information about the busybox-cvs mailing list