From fc22b3d6507c6745911b9dfcc68f1e665ae13dbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:43:11 +0200 Subject: Adding upstream version 4.22.0. Signed-off-by: Daniel Baumann --- upstream/debian-unstable/man1/pzstd.1 | 64 +++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 upstream/debian-unstable/man1/pzstd.1 (limited to 'upstream/debian-unstable/man1/pzstd.1') 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:) +.SS "ZSTD options:" +.TP +\-# +: # compression level (1\-19, default:) +.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 -- cgit v1.2.3