WIP: minor improvements #397

Closed
wykwit wants to merge 7 commits from wykwit/abra:minor-improvements into main
Showing only changes of commit d3022c27ea - Show all commits

View File

@ -162,7 +162,7 @@ var NewAppServer string
var NewAppServerFlag = &cli.StringFlag{ var NewAppServerFlag = &cli.StringFlag{
Name: "server, s", Name: "server, s",
Value: "", Value: "",
Usage: "Show apps of a specific server", Usage: "Use a specific server",
Destination: &NewAppServer, Destination: &NewAppServer,
} }