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,