docs: use hyphen shortname and trim message
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-07-21 00:19:06 +02:00
parent e064f18730
commit a74d214121
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import (
func RunApp(version string, commit string) { func RunApp(version string, commit string) {
app := &cli.App{ app := &cli.App{
Name: "abra", Name: "abra",
Usage: "The cooperative cloud utility belt 🎩🐇", Usage: "The Co-op Cloud utility belt 🎩🐇",
Version: fmt.Sprintf("%s-%s", version, commit[:7]), Version: fmt.Sprintf("%s-%s", version, commit[:7]),
Commands: []*cli.Command{ Commands: []*cli.Command{
AppCommand, AppCommand,

View File

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