diff options
author | genny <gen@nyble.dev> | 2024-06-20 06:56:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 06:56:03 -0500 |
commit | f3e892174e068e00e2936bf9256d949ca806cd5c (patch) | |
tree | 18c40b5b8f88689b53ae18c0fcc68c6c538ff7a4 /squash/src | |
parent | 0f62ba8775e975e340c9422524ac3f9e3c1bb5bd (diff) | |
download | colorsquash-main.tar.gz colorsquash-main.zip |
Diffstat (limited to 'squash/src')
-rw-r--r-- | squash/src/cli.rs | 4 |
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"); |