1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-03 10:43:58 +02:00
This commit is contained in:
DarthSim 2019-08-28 19:01:02 +06:00
parent 5efed836dd
commit 4409b08c24

View File

@ -553,7 +553,7 @@ func applyPresetOption(po *processingOptions, args []string) error {
return err
}
} else {
return fmt.Errorf("Unknown asset: %s", preset)
return fmt.Errorf("Unknown preset: %s", preset)
}
}