COMPRESS, not UNCOMPRESS
authorGlenn L McGrath <bug1@ihug.co.nz>
Tue, 18 Nov 2003 23:27:49 +0000 (23:27 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Tue, 18 Nov 2003 23:27:49 +0000 (23:27 -0000)
include/usage.h

index f3216875e20b462ae9966054dbe36a554b056f93..636f6f4c48748d16190e4b1dde4e6850bf419690 100644 (file)
        "\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" \