From 29f5fcd10bc0f2440cc76acc85cbb7eacffcee44 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Tue, 23 Apr 2024 08:57:30 -0400 Subject: [PATCH] help message --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index fda2e19..44179f4 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ func main() { app := &cli.App{ Name: "img-proxy-url-generator", - Description: "URL Generator for the img proxy service", + Usage: "URL Generator for the img proxy service", DefaultCommand: "generate", Version: Version, Commands: []*cli.Command{