From df3126083e21cda760760cbb0e1371c738ae9f3d Mon Sep 17 00:00:00 2001 From: David Warner Date: Mon, 18 Jan 2021 18:54:02 +1100 Subject: [PATCH] Tweak usage string --- cmd/avif/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/avif/main.go b/cmd/avif/main.go index 842afb7..e69d6d0 100644 --- a/cmd/avif/main.go +++ b/cmd/avif/main.go @@ -25,7 +25,7 @@ Options: -o , --output= Destination filename -q , --quality= Compression level (0..63), [default: 25] -s , --speed= Compression speed (0..8), [default: 4] - -t , --threads= Number of threads (1..64, 0 for all available cores), [default: 0] + -t , --threads= Number of threads (0..64, 0 for all available cores), [default: 0] --lossless Lossless compression (alias for -q 0) --best Slowest compression method (alias for -s 0) --fast Fastest compression method (alias for -s 8)