Merge pull request #1099 from bket/fix_typo

fix typo in programs/zstd.{1,1.md}
This commit is contained in:
Yann Collet 2018-04-05 10:30:35 -07:00 committed by GitHub
commit b1e4d891cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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) use \fBfile\fR as Dictionary to compress or decompress FILE(s)
. .
.TP .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\. 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 .TP

View File

@ -136,7 +136,7 @@ the last one takes effect.
Single-thread mode also features lower memory usage. Single-thread mode also features lower memory usage.
* `-D file`: * `-D file`:
use `file` as Dictionary to compress or decompress FILE(s) use `file` as Dictionary to compress or decompress FILE(s)
* `--nodictID`: * `--no-dictID`:
do not store dictionary ID within frame header (dictionary compression). do not store dictionary ID within frame header (dictionary compression).
The decoder will have to rely on implicit knowledge about which dictionary to use, 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. it won't be able to check if it's correct.