about summary refs log tree commit diff
path: root/squash
diff options
context:
space:
mode:
Diffstat (limited to 'squash')
-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");