about summary refs log tree commit diff
path: root/squash/src/cli.rs
diff options
context:
space:
mode:
authorgenny <gen@nyble.dev>2024-06-20 06:56:03 -0500
committerGitHub <noreply@github.com>2024-06-20 06:56:03 -0500
commitf3e892174e068e00e2936bf9256d949ca806cd5c (patch)
tree18c40b5b8f88689b53ae18c0fcc68c6c538ff7a4 /squash/src/cli.rs
parent0f62ba8775e975e340c9422524ac3f9e3c1bb5bd (diff)
downloadcolorsquash-main.tar.gz
colorsquash-main.zip
Fix formatting in help message HEAD main
Diffstat (limited to 'squash/src/cli.rs')
-rw-r--r--squash/src/cli.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/squash/src/cli.rs b/squash/src/cli.rs
index 54be4c5..3046f8a 100644
--- a/squash/src/cli.rs
+++ b/squash/src/cli.rs
@@ -231,10 +231,10 @@ fn print_help() -> ! {
 	println!("        for more details use help=algorithms. [Default rgb]\n");
 	println!("    selection=<selector> | sel=<selector>");
 	println!("        the algorithm for picking the palette. one of: means, sort/select");
-	println!("        for more details use help=selectors. [Default sort/select]");
+	println!("        for more details use help=selectors. [Default sorsel]\n");
 	println!("    tolerance=<float> | tol=<float>");
 	println!("        how different colours should be to be added to the palette");
-	println!("        only sort/select usese this value.");
+	println!("        only sorsel usese this value.");
 	println!("        a number > 0 and <= 100 [Default 3]\n");
 	println!("    loud= | verbose=");
 	println!("        print information about the image and palette.\n");