From 53e7396ebc56af237b75bb37810f5e4c993aadf4 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 6 Oct 2021 01:58:59 +0200 Subject: [PATCH] Update thumbs.go --- internal/commands/thumbs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/commands/thumbs.go b/internal/commands/thumbs.go index 5a642b6bd..04fa32c70 100644 --- a/internal/commands/thumbs.go +++ b/internal/commands/thumbs.go @@ -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",