mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-07-18 06:14:34 +00:00
cleanup
This commit is contained in:
@ -39,7 +39,7 @@ func (impl) Flags(flags []cli.Flag) []cli.Flag {
|
||||
Destination: &compression,
|
||||
Validator: func(value int) error {
|
||||
if value < 0 || value > 3 {
|
||||
return fmt.Errorf("invalid compression level: %q", value)
|
||||
return fmt.Errorf("invalid compression level: %d", value)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user