Merge pull request #2500 from senhuang42/add_cli_newline

[easy][cli] Add newline to boundary of --help message of --trace and --[no-]check
This commit is contained in:
Yann Collet
2021-02-17 10:43:41 -08:00
committed by GitHub
+1
View File
@@ -191,6 +191,7 @@ static void usage_advanced(const char* programName)
#endif /* ZSTD_NOCOMPRESS */
#ifndef ZSTD_NOTRACE
DISPLAYOUT( "\n");
DISPLAYOUT( "--trace FILE : log tracing information to FILE.");
#endif
DISPLAYOUT( "\n");