mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Update tests
This commit is contained in:
parent
043426b3e2
commit
13ea076d3b
1 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ Usage: zstd *OPTIONS...* *INPUT... | -* *-o OUTPUT*
|
|||
|
||||
Options:
|
||||
-o OUTPUT Write output to a single file, OUTPUT.
|
||||
-c, --stdout Write to STDOUT (even if it is a console) and keep the INPUT file(s).
|
||||
-k, --keep Preserve INPUT file(s). *Default*
|
||||
--rm Remove INPUT file(s) after successful (de)compression to file.
|
||||
|
||||
|
|
@ -19,6 +20,7 @@ Options:
|
|||
receiving input from the console, printing output to STDOUT, and
|
||||
operating on links, block devices, etc. Unrecognized formats will be
|
||||
passed-through through as-is.
|
||||
-q, --quiet Suppress warnings; pass twice to suppress errors.
|
||||
|
||||
-h Display short usage and exit.
|
||||
-H, --help Display full help and exit.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue