]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor man update on -B# option in benchmark mode
authorYann Collet <cyan@fb.com>
Mon, 12 Jun 2017 12:19:15 +0000 (05:19 -0700)
committerYann Collet <cyan@fb.com>
Mon, 12 Jun 2017 12:19:15 +0000 (05:19 -0700)
programs/zstd.1
programs/zstd.1.md

index 427146795173bd62fd3c7491e132d9c5de26be33..7e2e99159e5ac5a5f04f6feb66c163f8471fea26 100644 (file)
@@ -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"
 \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
 .
 .TP
-\fB\-B#\fR
-cut file into independent blocks of size # (default: no block)
+\fB\-B#\fR, \fB\-\-block\-size=#\fR
+cut file(s) into independent blocks of size # (default: no block)
 .
 .TP
 \fB\-\-priority=rt\fR
index 2f5a6747ef63afb901944e4b3e273f84b50356a4..4e731ddba4e8e82b5fe45f0276a87b4bc31264ad 100644 (file)
@@ -230,8 +230,8 @@ BENCHMARK
     benchmark file(s) using multiple compression levels, from `-b#` to `-e#` (inclusive)
 * `-i#`:
     minimum evaluation time, in seconds (default : 3s), benchmark mode only
-* `-B#`:
-    cut file into independent blocks of size # (default: no block)
+* `-B#`, `--block-size=#`:
+    cut file(s) into independent blocks of size # (default: no block)
 * `--priority=rt`:
     set process priority to real-time