forked from coop-cloud/abra
docs: use hyphen shortname and trim message
This commit is contained in:
parent
e064f18730
commit
a74d214121
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user