chore: change NewAppServerFlag usage description

This commit is contained in:
Wiktor W. 2024-01-05 21:18:48 +01:00
parent a04749853b
commit 035eaab683

View File

@ -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,
}