mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Clarify -B docstring
This commit is contained in:
parent
02ef78be58
commit
6d75b36b7f
5 changed files with 5 additions and 5 deletions
|
|
@ -836,7 +836,7 @@ static int usage(const char* programName)
|
|||
DISPLAY( " -b# : benchmark file(s), using # compression level (default : %d) \n", ZSTDCLI_CLEVEL_DEFAULT);
|
||||
DISPLAY( " -e# : test all compression levels from -bX to # (default: %d)\n", ZSTDCLI_CLEVEL_DEFAULT);
|
||||
DISPLAY( " -i# : minimum evaluation time in seconds (default : 3s)\n");
|
||||
DISPLAY( " -B# : cut file into independent blocks of size # (default: no block)\n");
|
||||
DISPLAY( " -B# : cut file into independent chunks of size # (default: no chunking)\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue