X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.c;h=2cc37b4f34e7fe39f752d40e9a9f7d2a70504f24;hb=5238c1014330f1345f84fdedd1595274dbd3b546;hp=f5926ed6b050bf3c21044783a6ebc6cbd08d2664;hpb=17badf101f91e2c82add60655c2f749e07c2b84d;p=chaz%2Ftar diff --git a/src/tar.c b/src/tar.c index f5926ed..2cc37b4 100644 --- a/src/tar.c +++ b/src/tar.c @@ -164,7 +164,7 @@ struct option long_options[] = {"portability", 0, 0, 'o'}, {"compress", 0, 0, 'Z'}, {"uncompress", 0, 0, 'Z'}, - {"compress-block", 0, &f_compress_block, 1}, + {"block-compress", 0, &f_compress_block, 1}, {"gzip", 0, 0, 'z'}, {"ungzip", 0, 0, 'z'}, {"use-compress-program", 1, 0, 18}, @@ -659,7 +659,7 @@ options (argc, argv) if (f_compress_block && !f_compressprog) { msg ("You must use a compression option (--gzip, --compress\n\ -or --use-compress-program) with --f_compress_block.\n"); +or --use-compress-program) with --block-compress.\n"); exit (EX_ARGSBAD); } } @@ -755,6 +755,7 @@ Other options:\n\ --ungzip filter the archive through gzip\n\ --use-compress-program PROG\n\ filter the archive through PROG (which must accept -d)\n\ +--block-compress block the output of compression program for tapes\n\ -[0-7][lmh] specify drive and density\n\ ", stdout); }