Merge pull request #4619 from jlee303/display_option_c

Promote -c flag
This commit is contained in:
Yann Collet
2026-03-13 10:34:03 -07:00
committed by GitHub
2 changed files with 2 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.