1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

Add newline to end of cli help message

This commit is contained in:
senhuang42
2021-02-17 12:26:38 -05:00
parent bb6ca68713
commit 444c4650a0

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");