diff options
Diffstat (limited to 'squash/src/cli.rs')
-rw-r--r-- | squash/src/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/squash/src/cli.rs b/squash/src/cli.rs index 96a0798..54be4c5 100644 --- a/squash/src/cli.rs +++ b/squash/src/cli.rs @@ -265,7 +265,7 @@ fn print_help_selectors() -> ! { println!(" sufficiently different (configurable with tolerance=)\n"); println!("kmeans:"); println!(" uses the kmeans clustering algorithm to select colours."); - println!(" Ignores tolerance="); + println!(" Ignores tolerance=\n"); println!("highest-bits:"); println!(" quantizes the colours by shifting the bits of their components until"); println!(" they all fit in the palette."); |