added -- command in help

This commit is contained in:
Yann Collet
2016-09-16 18:52:52 +02:00
parent f47a0a8480
commit 60038948e6
2 changed files with 5 additions and 0 deletions
+1
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");