1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-01 09:47:01 +03:00

Clarify documentation for -c (#2883)

This commit is contained in:
binhdvo
2021-11-29 14:10:43 -05:00
committed by GitHub
parent c2c6a4ab40
commit 7abebc847b
5 changed files with 5 additions and 5 deletions

View File

@ -163,7 +163,7 @@ static void usage_advanced(const char* programName)
DISPLAYOUT( "Advanced arguments : \n");
DISPLAYOUT( " -V : display Version number and exit \n");
DISPLAYOUT( " -c : force write to standard output, even if it is the console \n");
DISPLAYOUT( " -c : write to standard output (even if it is the console) \n");
DISPLAYOUT( " -v : verbose mode; specify multiple times to increase verbosity \n");
DISPLAYOUT( " -q : suppress warnings; specify twice to suppress errors too \n");