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

@ -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,