Add newline to end of cli help message
diff --git a/programs/zstdcli.c b/programs/zstdcli.c
index c4e1b47..f263e96 100644
--- a/programs/zstdcli.c
+++ b/programs/zstdcli.c
@@ -191,6 +191,7 @@
 #endif /* ZSTD_NOCOMPRESS */
 
 #ifndef ZSTD_NOTRACE
+    DISPLAYOUT( "\n");
     DISPLAYOUT( "--trace FILE : log tracing information to FILE.");
 #endif
     DISPLAYOUT( "\n");