WIP: minor improvements #397

Draft
wykwit wants to merge 7 commits from wykwit/abra:minor-improvements into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d3022c27ea - Show all commits

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