]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update tests
authorJennifer Lee <jenlee68@fb.com>
Mon, 9 Mar 2026 23:40:42 +0000 (16:40 -0700)
committerJennifer Lee <jenlee68@fb.com>
Mon, 9 Mar 2026 23:40:42 +0000 (16:40 -0700)
tests/cli-tests/basic/help.sh.stdout.glob

index 66c6906cf8fe29a42acc16363d6b12c1027a8c62..eb249bf2b6f875a5993c3b569ef4ba614cfc604f 100644 (file)
@@ -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,11 +20,12 @@ 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.
   -V, --version                 Display the program version and exit.
-
+  
 + zstd -H
 ...
 Advanced options: