]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor man page fix
authorYann Collet <cyan@fb.com>
Wed, 6 Nov 2019 23:07:35 +0000 (15:07 -0800)
committerYann Collet <cyan@fb.com>
Wed, 6 Nov 2019 23:07:35 +0000 (15:07 -0800)
programs/zstd.1
programs/zstd.1.md

index b5b4134c043409c89b20f9e1b24b815719762a8b..1ff655d173ddf300ebea7b570bc78f08270bc3e9 100644 (file)
@@ -1,5 +1,5 @@
 .
-.TH "ZSTD" "1" "October 2019" "zstd 1.4.4" "User Commands"
+.TH "ZSTD" "1" "November 2019" "zstd 1.4.4" "User Commands"
 .
 .SH "NAME"
 \fBzstd\fR \- zstd, zstdmt, unzstd, zstdcat \- Compress or decompress \.zst files
@@ -156,7 +156,7 @@ Note: If \fBwindowLog\fR is set to larger than 27, \fB\-\-long=windowLog\fR or \
 \fB\-r\fR: operate recursively on directories
 .
 .IP "\(bu" 4
-\fB\-\-filelist=FILE\fR read a list of files to process as content from \fBFILE\fR\. Format is compatible with \fBls\fR output, with one file per file\.
+\fB\-\-filelist=FILE\fR read a list of files to process as content from \fBFILE\fR\. Format is compatible with \fBls\fR output, with one file per line\.
 .
 .IP "\(bu" 4
 \fB\-\-output\-dir\-flat[=dir]\fR: resulting files are stored into target \fBdir\fR directory, instead of same directory as origin file\. Be aware that this command can introduce name collision issues, if multiple files, from different directories, end up having the same name\. Collision resolution ensures first file with a given name will be present in \fBdir\fR, while in combination with \fB\-f\fR, the last file will be present instead\.
index 50dc7c8f9e40308f4825a0fc59ce464c9fcdb79b..edb5ea0a9631638429fef3e653dd5fd29561c0e3 100644 (file)
@@ -193,7 +193,7 @@ the last one takes effect.
     operate recursively on directories
 * `--filelist=FILE`
     read a list of files to process as content from `FILE`.
-    Format is compatible with `ls` output, with one file per file.
+    Format is compatible with `ls` output, with one file per line.
 * `--output-dir-flat[=dir]`:
     resulting files are stored into target `dir` directory,
     instead of same directory as origin file.