Skip to content

Commit

Permalink
Merge pull request #2500 from senhuang42/add_cli_newline
Browse files Browse the repository at this point in the history
[easy][cli] Add newline to boundary of --help message of --trace and --[no-]check
  • Loading branch information
Cyan4973 authored Feb 17, 2021
2 parents bb6ca68 + 444c465 commit b2bff75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/zstdcli.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit b2bff75

Please sign in to comment.