diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/debian-unstable/man1/pzstd.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man1/pzstd.1')
-rw-r--r-- | upstream/debian-unstable/man1/pzstd.1 | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/pzstd.1 b/upstream/debian-unstable/man1/pzstd.1 new file mode 100644 index 00000000..fd594e52 --- /dev/null +++ b/upstream/debian-unstable/man1/pzstd.1 @@ -0,0 +1,64 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH PZSTD "1" "September 2023" "PZSTD version: 1.5.5." "User Commands" +.SH NAME +PZSTD \- parallelized Zstandard compression, a la pigz +.SH DESCRIPTION +.SS "Usage:" +.IP +pzstd [args] [FILE(s)] +.SS "Parallel ZSTD options:" +.TP +\fB\-p\fR, \fB\-\-processes\fR +# : number of threads to use for (de)compression (default:<numcpus>) +.SS "ZSTD options:" +.TP +\-# +: # compression level (1\-19, default:<numcpus>) +.TP +\fB\-d\fR, \fB\-\-decompress\fR +: decompression +.TP +\fB\-o\fR +file : result stored into `file` (only if 1 input file) +.TP +\fB\-f\fR, \fB\-\-force\fR +: overwrite output without prompting, (de)compress links +.TP +\fB\-\-rm\fR +: remove source file(s) after successful (de)compression +.TP +\fB\-k\fR, \fB\-\-keep\fR +: preserve source file(s) (default) +.TP +\fB\-h\fR, \fB\-\-help\fR +: display help and exit +.TP +\fB\-V\fR, \fB\-\-version\fR +: display version number and exit +.TP +\fB\-v\fR, \fB\-\-verbose\fR +: verbose mode; specify multiple times to increase log level (default:2) +.TP +\fB\-q\fR, \fB\-\-quiet\fR +: suppress warnings; specify twice to suppress errors too +.TP +\fB\-c\fR, \fB\-\-stdout\fR +: write to standard output (even if it is the console) +.TP +\fB\-r\fR +: operate recursively on directories +.TP +\fB\-\-ultra\fR +: enable levels beyond 19, up to 22 (requires more memory) +.TP +\fB\-C\fR, \fB\-\-check\fR +: integrity check (default) +.TP +\fB\-\-no\-check\fR +: no integrity check +.TP +\fB\-t\fR, \fB\-\-test\fR +: test compressed file integrity +.TP +\fB\-\-\fR +: all arguments after "\-\-" are treated as files |