added -- command in help

dev
Yann Collet 2016-09-16 18:52:52 +02:00
parent f47a0a8480
commit 60038948e6
2 changed files with 5 additions and 0 deletions

View 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

View 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");