Update thumbs.go
This commit is contained in:
parent
f0e7ebf2c6
commit
a8213b8e68
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import (
|
||||||
// ThumbsCommand registers the resample cli command.
|
// ThumbsCommand registers the resample cli command.
|
||||||
var ThumbsCommand = cli.Command{
|
var ThumbsCommand = cli.Command{
|
||||||
Name: "thumbs",
|
Name: "thumbs",
|
||||||
Usage: "Generates thumbnails based on the current configuration",
|
Usage: "Regenerates thumbnails based on the current config",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
Name: "force, f",
|
Name: "force, f",
|
||||||
|
|
Loading…
Reference in a new issue