[BusyBox-cvs] busybox/include usage.h,1.146,1.147

Manuel Novoa III mjn3 at busybox.net
Wed Mar 19 18:40:46 UTC 2003


Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv10348/include

Modified Files:
	usage.h 
Log Message:
Minor cleanups.  Document the cmp -l option.


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- usage.h	19 Mar 2003 09:11:53 -0000	1.146
+++ usage.h	19 Mar 2003 18:40:42 -0000	1.147
@@ -177,10 +177,13 @@
 	"Clear screen."
 
 #define cmp_trivial_usage \
-	"FILE1 [FILE2]"
+	"[OPTION]... FILE1 [FILE2]"
 #define cmp_full_usage \
-	"\t-s\tquiet mode - do not print\n" \
-	"Compare files."
+	"Compare files.\n\n" \
+	"Options:\n" \
+	"\t-l\tWrite the byte numbers (decimal) and values (octal)\n" \
+	"\t\t  for all differing bytes.\n" \
+	"\t-s\tquiet mode - do not print"
 
 #define cp_trivial_usage \
 	"[OPTION]... SOURCE DEST"
@@ -786,7 +789,7 @@
 #endif
 
 #define head_trivial_usage \
-	"[OPTION] [FILE]..."
+	"[OPTION]... [FILE]..."
 #define head_full_usage \
 	"Print first 10 lines of each FILE to standard output.\n" \
 	"With more than one FILE, precede each with a header giving the\n" \




More information about the busybox-cvs mailing list