forked from coop-cloud/abra
0
0
Fork 0

chore: change NewAppServerFlag usage description

This commit is contained in:
Wiktor W. 2024-01-05 21:18:48 +01:00
parent a04749853b
commit 035eaab683
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,
}