diff --git a/command/keyring/keyring.go b/command/keyring/keyring.go index 3b5265bf4..573cf2cbd 100644 --- a/command/keyring/keyring.go +++ b/command/keyring/keyring.go @@ -51,8 +51,7 @@ func (c *cmd) init() { c.http = &flags.HTTPFlags{} flags.Merge(c.flags, c.http.ClientFlags()) - flags.Merge(c.flags, c.http.ServerFlags()) - c.help = flags.Usage(help, c.flags, c.http.ClientFlags(), c.http.ServerFlags()) + c.help = flags.Usage(help, c.flags, c.http.ClientFlags(), nil) } func (c *cmd) Run(args []string) int {