Skip to content

Commit

Permalink
commands: drop http server flags from keyring command
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Oct 17, 2017
1 parent 1715cbd commit cb95cf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions command/keyring/keyring.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cb95cf2

Please sign in to comment.