]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 03:03:54 +0000 (03:03 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 03:03:54 +0000 (03:03 +0000)
src/tar.c

index f5926ed6b050bf3c21044783a6ebc6cbd08d2664..2cc37b4f34e7fe39f752d40e9a9f7d2a70504f24 100644 (file)
--- 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);
 }
This page took 0.029956 seconds and 4 git commands to generate.