Add newline to end of cli help message

This commit is contained in:
senhuang42
2021-02-17 12:30:42 -05:00
parent bb6ca68713
commit 444c4650a0
+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");