From: senhuang42 Date: Wed, 17 Feb 2021 17:26:38 +0000 (-0500) Subject: Add newline to end of cli help message X-Git-Tag: v1.4.9^2~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2500%2Fhead;p=thirdparty%2Fzstd.git Add newline to end of cli help message --- diff --git a/programs/zstdcli.c b/programs/zstdcli.c index c4e1b4792..f263e969f 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -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");