chore: change NewAppServerFlag usage description
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Wiktor W. 2024-01-05 21:18:48 +01:00
parent 700e951e5e
commit d3022c27ea
1 changed files with 1 additions and 1 deletions

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