]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fix typo in programs/zstd.{1,1.md} 1099/head
authorBjörn Ketelaars <bjorn.ketelaars@hydroxide.nl>
Thu, 5 Apr 2018 04:35:11 +0000 (06:35 +0200)
committerBjörn Ketelaars <bjorn.ketelaars@hydroxide.nl>
Thu, 5 Apr 2018 04:44:46 +0000 (06:44 +0200)
s/nodictID/no-dictID/g

programs/zstd.1
programs/zstd.1.md

index f3f6efa98719ba4201cae65978765827b235e5b6..ccc6cacb622ef092ff45584866fe45113f26213b 100644 (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
index 9feae1ca7948e6dbad3699188a49a6e31239edae..8a9d18da8a863387c7c6ca769b2612b22ba1397f 100644 (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.