From 0c5d9c27a5f53311db93d0644418dc09bf8d5fed Mon Sep 17 00:00:00 2001
From: Glenn L McGrath
Date: Tue, 18 Nov 2003 23:27:49 +0000
Subject: COMPRESS, not UNCOMPRESS

---
 include/usage.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include')

diff --git a/include/usage.h b/include/usage.h
index f321687..636f6f4 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -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" \
-- 
cgit v1.1