]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add newline to end of cli help message 2500/head
authorsenhuang42 <senhuang96@fb.com>
Wed, 17 Feb 2021 17:26:38 +0000 (12:26 -0500)
committersenhuang42 <senhuang96@fb.com>
Wed, 17 Feb 2021 17:30:42 +0000 (12:30 -0500)
programs/zstdcli.c

index c4e1b4792eebd483528b87df1f33469a9911d98d..f263e969fb81c6eb75a01f70420212c4cc3500e6 100644 (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");