Update thumbs.go

This commit is contained in:
Michael Mayer 2021-10-06 01:58:59 +02:00 committed by GitHub
parent 734b01bc34
commit 53e7396ebc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ import (
// ThumbsCommand registers the resample cli command.
var ThumbsCommand = cli.Command{
Name: "thumbs",
Usage: "Pre-renders thumbnail images based on config options",
Usage: "Generates thumbnails based on the current configuration",
Flags: []cli.Flag{
cli.BoolFlag{
Name: "force, f",