mirror of
https://github.com/facebook/zstd.git
synced 2025-08-01 09:47:01 +03:00
Add newline to end of cli help message
This commit is contained in:
@ -191,6 +191,7 @@ static void usage_advanced(const char* programName)
|
|||||||
#endif /* ZSTD_NOCOMPRESS */
|
#endif /* ZSTD_NOCOMPRESS */
|
||||||
|
|
||||||
#ifndef ZSTD_NOTRACE
|
#ifndef ZSTD_NOTRACE
|
||||||
|
DISPLAYOUT( "\n");
|
||||||
DISPLAYOUT( "--trace FILE : log tracing information to FILE.");
|
DISPLAYOUT( "--trace FILE : log tracing information to FILE.");
|
||||||
#endif
|
#endif
|
||||||
DISPLAYOUT( "\n");
|
DISPLAYOUT( "\n");
|
||||||
|
Reference in New Issue
Block a user