Skip to content

Commit

Permalink
Remove empty lines in help screen
Browse files Browse the repository at this point in the history
  • Loading branch information
flanglet committed Nov 4, 2023
1 parent b1039ce commit d285dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2/app/Kanzi.go
Original file line number Diff line number Diff line change
Expand Up @@ -852,8 +852,8 @@ func printHelp(mode string, showHeader bool) {

if mode == "c" {
log.Println(" -b, --block=<size>", true)
log.Println(" size of blocks (default 4|8|16|32 MB based on level, max 1 GB, min 1 KB).\n", true)
log.Println(" 'auto' means that the compressor derives the best value'\n", true)
log.Println(" size of blocks (default 4|8|16|32 MB based on level, max 1 GB, min 1 KB).", true)
log.Println(" 'auto' means that the compressor derives the best value'", true)
log.Println(" based on input size (when available) and number of jobs.\n", true)
log.Println(" -l, --level=<compression>", true)
log.Println(" set the compression level [0..9]", true)
Expand Down

0 comments on commit d285dbd

Please sign in to comment.