]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update usage_advanced
authorGeorge Lu <gclu@fb.com>
Mon, 4 Jun 2018 17:16:05 +0000 (10:16 -0700)
committerGeorge Lu <gclu@fb.com>
Mon, 4 Jun 2018 17:16:05 +0000 (10:16 -0700)
tests/paramgrill.c

index 580e84abde49cac16e3003f292d8d75bbd9e6df3..c4b6932d0fbafe3b2550464407892f124cf1f5f7 100644 (file)
@@ -952,6 +952,7 @@ static int usage_advanced(void)
     DISPLAY( " -i#    : iteration loops [1-9](default : %i) \n", NBLOOPS);
     DISPLAY( " -O#    : find Optimized parameters for # MB/s compression speed (default : 0) \n");
     DISPLAY( " -S     : Single run \n");
+    DISPLAY( " --zstd : Single run, parameter selection same as zstdcli \n");
     DISPLAY( " -P#    : generated sample compressibility (default : %.1f%%) \n", COMPRESSIBILITY_DEFAULT * 100);
     return 0;
 }