docs: use hyphen shortname and trim message

This commit is contained in:
2021-07-21 00:19:06 +02:00
parent e064f18730
commit a74d214121
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ var serverAppsCommand = &cli.Command{
var ServerCommand = &cli.Command{
Name: "server",
ArgsUsage: "<host>",
Usage: "Interact with the servers hosting your Coop-Cloud apps",
Usage: "Interact with the servers hosting your apps",
HideHelp: true,
Subcommands: []*cli.Command{
serverNewCommand,