]> Dogcows Code - chaz/tar/blobdiff - src/tar.c
Provide tar(1) and rmt(8) manpages.
[chaz/tar] / src / tar.c
index 59cde36ebf6221f64df2ff183d504d672f6995e3..979bf59de73428240b53b571197bb64c7756db45 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -1167,6 +1167,9 @@ tar_help_filter (int key, const char *text, void *input)
       s = xasprintf (_("filter the archive through %s"), LZMA_PROGRAM);
       break;
 
+    case LZOP_OPTION:
+      s = xasprintf (_("filter the archive through %s"), LZOP_PROGRAM);
+      
     case 'J':
       s = xasprintf (_("filter the archive through %s"), XZ_PROGRAM);
       break;
@@ -2623,6 +2626,8 @@ main (int argc, char **argv)
 
   exit_failure = TAREXIT_FAILURE;
   exit_status = TAREXIT_SUCCESS;
+  error_hook = checkpoint_flush_actions;
+  
   filename_terminator = '\n';
   set_quoting_style (0, DEFAULT_QUOTING_STYLE);
 
This page took 0.020444 seconds and 4 git commands to generate.