From: George Lu Date: Mon, 4 Jun 2018 17:16:05 +0000 (-0700) Subject: Update usage_advanced X-Git-Tag: v1.3.5~3^2~33^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf143ba6a387356789c2e64d5ac4a6f57c4709a;p=thirdparty%2Fzstd.git Update usage_advanced --- diff --git a/tests/paramgrill.c b/tests/paramgrill.c index 580e84abd..c4b6932d0 100644 --- a/tests/paramgrill.c +++ b/tests/paramgrill.c @@ -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; }