aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-11-18 23:27:49 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-11-18 23:27:49 +0000
commit0c5d9c27a5f53311db93d0644418dc09bf8d5fed (patch)
tree7d7de0ad2d4db9ed41014d0aa513c3b6de8ad457
parent7370f62493541cdfc41cfaf7e0f844e35a3a51e9 (diff)
downloadbusybox-w32-0c5d9c27a5f53311db93d0644418dc09bf8d5fed.tar.gz
busybox-w32-0c5d9c27a5f53311db93d0644418dc09bf8d5fed.tar.bz2
busybox-w32-0c5d9c27a5f53311db93d0644418dc09bf8d5fed.zip
COMPRESS, not UNCOMPRESS
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index f3216875e..636f6f4c4 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2340,7 +2340,7 @@
2340 "\nArchive format selection:\n" \ 2340 "\nArchive format selection:\n" \
2341 USAGE_TAR_GZIP("\tz\t\tFilter the archive through gzip\n") \ 2341 USAGE_TAR_GZIP("\tz\t\tFilter the archive through gzip\n") \
2342 USAGE_TAR_BZIP2("\tj\t\tFilter the archive through bzip2\n") \ 2342 USAGE_TAR_BZIP2("\tj\t\tFilter the archive through bzip2\n") \
2343 USAGE_TAR_UNCOMPRESS("\tZ\t\tFilter the archive through compress\n") \ 2343 USAGE_TAR_COMPRESS("\tZ\t\tFilter the archive through compress\n") \
2344 "\nFile selection:\n" \ 2344 "\nFile selection:\n" \
2345 "\tf\t\tname of TARFILE or \"-\" for stdin\n" \ 2345 "\tf\t\tname of TARFILE or \"-\" for stdin\n" \
2346 "\tO\t\textract to stdout\n" \ 2346 "\tO\t\textract to stdout\n" \