fix typo in programs/zstd.{1,1.md}

s/nodictID/no-dictID/g
This commit is contained in:
Björn Ketelaars
2018-04-05 06:44:46 +02:00
parent 55f67502f4
commit e5ea8d272a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ Compress using \fB#\fR threads (default: 1)\. If \fB#\fR is 0, attempt to detect
use \fBfile\fR as Dictionary to compress or decompress FILE(s)
.
.TP
\fB\-\-nodictID\fR
\fB\-\-no\-dictID\fR
do not store dictionary ID within frame header (dictionary compression)\. The decoder will have to rely on implicit knowledge about which dictionary to use, it won\'t be able to check if it\'s correct\.
.
.TP
+1 -1
View File
@@ -136,7 +136,7 @@ the last one takes effect.
Single-thread mode also features lower memory usage.
* `-D file`:
use `file` as Dictionary to compress or decompress FILE(s)
* `--nodictID`:
* `--no-dictID`:
do not store dictionary ID within frame header (dictionary compression).
The decoder will have to rely on implicit knowledge about which dictionary to use,
it won't be able to check if it's correct.