git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.5 / tests / cli-tests / basic / help.sh.stdout.glob
CommitLineData
648db22b 1+ zstd -h
2Compress or decompress the INPUT file(s); reads from STDIN if INPUT is `-` or not provided.
3
4Usage: zstd *OPTIONS...* *INPUT... | -* *-o OUTPUT*
5
6Options:
7 -o OUTPUT Write output to a single file, OUTPUT.
8 -k, --keep Preserve INPUT file(s). *Default*
9 --rm Remove INPUT file(s) after successful (de)compression.
10
11 -# Desired compression level, where `#` is a number between 1 and 19;
12 lower numbers provide faster compression, higher numbers yield
13 better compression ratios. *Default: 3*
14
15 -d, --decompress Perform decompression.
16 -D DICT Use DICT as the dictionary for compression or decompression.
17
18 -f, --force Disable input and output checks. Allows overwriting existing files,
19 receiving input from the console, printing output to STDOUT, and
20 operating on links, block devices, etc. Unrecognized formats will be
21 passed-through through as-is.
22
23 -h Display short usage and exit.
24 -H, --help Display full help and exit.
25 -V, --version Display the program version and exit.
26
27+ zstd -H
28...
29Advanced options:
30...
31+ zstd --help
32...
33Advanced options:
34...