docs: <server> is not always required, drop it
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2021-09-06 00:14:52 +02:00
parent d4333c2dc0
commit 5e05bcd8b0
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 4 deletions

View File

@ -6,10 +6,9 @@ import (
// ServerCommand defines the `abra server` command and its subcommands
var ServerCommand = &cli.Command{
Name: "server",
ArgsUsage: "<server>",
Aliases: []string{"s"},
Usage: "Manage servers",
Name: "server",
Aliases: []string{"s"},
Usage: "Manage servers",
Description: `
Manage the lifecycle of a server.