From d3022c27ea9876b61ee7225adad4434c07d3b85e Mon Sep 17 00:00:00 2001 From: "Wiktor W." Date: Fri, 5 Jan 2024 21:18:48 +0100 Subject: [PATCH] chore: change NewAppServerFlag usage description --- cli/internal/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/internal/cli.go b/cli/internal/cli.go index b7555bdc..9ad86766 100644 --- a/cli/internal/cli.go +++ b/cli/internal/cli.go @@ -162,7 +162,7 @@ var NewAppServer string var NewAppServerFlag = &cli.StringFlag{ Name: "server, s", Value: "", - Usage: "Show apps of a specific server", + Usage: "Use a specific server", Destination: &NewAppServer, }