minor man update on -B# option in benchmark mode
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
.
|
.
|
||||||
.TH "ZSTD" "1" "May 2017" "zstd 1.3.0" "User Commands"
|
.TH "ZSTD" "1" "June 2017" "zstd 1.3.0" "User Commands"
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBzstd\fR \- zstd, zstdmt, unzstd, zstdcat \- Compress or decompress \.zst files
|
\fBzstd\fR \- zstd, zstdmt, unzstd, zstdcat \- Compress or decompress \.zst files
|
||||||
@@ -235,8 +235,8 @@ benchmark file(s) using multiple compression levels, from \fB\-b#\fR to \fB\-e#\
|
|||||||
minimum evaluation time, in seconds (default : 3s), benchmark mode only
|
minimum evaluation time, in seconds (default : 3s), benchmark mode only
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-B#\fR
|
\fB\-B#\fR, \fB\-\-block\-size=#\fR
|
||||||
cut file into independent blocks of size # (default: no block)
|
cut file(s) into independent blocks of size # (default: no block)
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-priority=rt\fR
|
\fB\-\-priority=rt\fR
|
||||||
|
|||||||
+2
-2
@@ -230,8 +230,8 @@ BENCHMARK
|
|||||||
benchmark file(s) using multiple compression levels, from `-b#` to `-e#` (inclusive)
|
benchmark file(s) using multiple compression levels, from `-b#` to `-e#` (inclusive)
|
||||||
* `-i#`:
|
* `-i#`:
|
||||||
minimum evaluation time, in seconds (default : 3s), benchmark mode only
|
minimum evaluation time, in seconds (default : 3s), benchmark mode only
|
||||||
* `-B#`:
|
* `-B#`, `--block-size=#`:
|
||||||
cut file into independent blocks of size # (default: no block)
|
cut file(s) into independent blocks of size # (default: no block)
|
||||||
* `--priority=rt`:
|
* `--priority=rt`:
|
||||||
set process priority to real-time
|
set process priority to real-time
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user