]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update -T0 comment in man page 662/head
authorSean Purcell <me@seanp.xyz>
Tue, 18 Apr 2017 00:11:33 +0000 (17:11 -0700)
committerSean Purcell <me@seanp.xyz>
Tue, 18 Apr 2017 00:12:02 +0000 (17:12 -0700)
programs/zstd.1
programs/zstd.1.md

index b8389042edb17a43311f5814f39f78887f390d07..b84ab33241439c758d15bdd10f876b0157e38b67 100644 (file)
@@ -101,7 +101,7 @@ unlocks high compression levels 20+ (maximum 22), using a lot more memory\. Note
 .
 .TP
 \fB\-T#\fR
-Compress using # threads (default: 1)\. If \fB#\fR is 0, attempt to detect the number of physical CPU cores and compress with that many threads\. This modifier is only available if \fBzstd\fR was compiled with multithreading support\.
+Compress using # threads (default: 1)\. If \fB#\fR is 0, attempt to detect the number of physical CPU cores and compress with that many threads\. This modified does nothing if \fBzstd\fR was compiled without multithread support\.
 .
 .TP
 \fB\-D file\fR
index 9044eb34e2618204d94dad0062871e0a58a220e0..4b918d8fd3f26701cc5d70f7a3dfafdd91ac1dd0 100644 (file)
@@ -105,7 +105,7 @@ the last one takes effect.
     Compress using # threads (default: 1).
     If `#` is 0, attempt to detect the number of physical CPU cores and compress with
     that many threads.
-    This modifier is only available if `zstd` was compiled with multithreading support.
+    This modified does nothing if `zstd` was compiled without multithread support.
 * `-D file`:
     use `file` as Dictionary to compress or decompress FILE(s)
 * `--nodictID`: