[BusyBox-cvs] busybox/include usage.h,1.174,1.175

Glenn McGrath bug1 at busybox.net
Tue Nov 18 23:28:03 UTC 2003


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

Modified Files:
	usage.h 
Log Message:
COMPRESS, not UNCOMPRESS


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- usage.h	18 Nov 2003 21:49:23 -0000	1.174
+++ usage.h	18 Nov 2003 23:27:49 -0000	1.175
@@ -2340,7 +2340,7 @@
 	"\nArchive format selection:\n" \
 	USAGE_TAR_GZIP("\tz\t\tFilter the archive through gzip\n") \
 	USAGE_TAR_BZIP2("\tj\t\tFilter the archive through bzip2\n") \
-	USAGE_TAR_UNCOMPRESS("\tZ\t\tFilter the archive through compress\n") \
+	USAGE_TAR_COMPRESS("\tZ\t\tFilter the archive through compress\n") \
 	"\nFile selection:\n" \
 	"\tf\t\tname of TARFILE or \"-\" for stdin\n" \
 	"\tO\t\textract to stdout\n" \




More information about the busybox-cvs mailing list