Update usage_advanced

This commit is contained in:
George Lu 2018-06-04 10:16:05 -07:00
parent 5e586aa025
commit ddf143ba6a

View 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;
}