From a74d2141212abe91638c33ee82acd398602050c1 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 21 Jul 2021 00:19:06 +0200 Subject: [PATCH] docs: use hyphen shortname and trim message --- cli/cli.go | 2 +- cli/server.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/cli.go b/cli/cli.go index 70cae913..e8b7ce67 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -11,7 +11,7 @@ import ( func RunApp(version string, commit string) { app := &cli.App{ Name: "abra", - Usage: "The cooperative cloud utility belt 🎩🐇", + Usage: "The Co-op Cloud utility belt 🎩🐇", Version: fmt.Sprintf("%s-%s", version, commit[:7]), Commands: []*cli.Command{ AppCommand, diff --git a/cli/server.go b/cli/server.go index 38a15d33..5757faa7 100644 --- a/cli/server.go +++ b/cli/server.go @@ -106,7 +106,7 @@ var serverAppsCommand = &cli.Command{ var ServerCommand = &cli.Command{ Name: "server", ArgsUsage: "", - Usage: "Interact with the servers hosting your Coop-Cloud apps", + Usage: "Interact with the servers hosting your apps", HideHelp: true, Subcommands: []*cli.Command{ serverNewCommand,