]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added -- command in help
authorYann Collet <yann.collet.73@gmail.com>
Fri, 16 Sep 2016 16:52:52 +0000 (18:52 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Fri, 16 Sep 2016 16:52:52 +0000 (18:52 +0200)
programs/zstd.1
programs/zstdcli.c

index a236165292354c1d74a2146483ffb42071d1f24e..c262a0c6ab0b290d991c310bd268b3c636c4ddbe 100644 (file)
@@ -89,6 +89,10 @@ It also features a very fast decoder, with speed > 500 MB/s per core.
 .BR \-t ", " --test
  Test the integrity of compressed files. This option is equivalent to \fB--decompress --stdout > /dev/null\fR.
  No files are created or removed.
+.TP
+.BR --
+ All arguments after -- are treated as files
+
 
 .SH DICTIONARY
 .PP
index 4a58b05b8f8da751537f72a84d1c3a2ef6a53fb8..14571344f726539071c5bbfa5d73f5d7eae5f73b 100644 (file)
@@ -144,6 +144,7 @@ static int usage_advanced(const char* programName)
     DISPLAY( "--test  : test compressed file integrity \n");
     DISPLAY( "--[no-]sparse : sparse mode (default:enabled on file, disabled on stdout)\n");
 #endif
+    DISPLAY( "--      : All arguments after \"--\" are treated as files \n");
 #ifndef ZSTD_NODICT
     DISPLAY( "\n");
     DISPLAY( "Dictionary builder :\n");