From 0f62ba8775e975e340c9422524ac3f9e3c1bb5bd Mon Sep 17 00:00:00 2001 From: genny Date: Thu, 20 Jun 2024 06:38:54 -0500 Subject: Fix help=selectors formatting --- squash/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'squash/src') 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."); -- cgit 1.4.1-3-g733a5