commands: drop http server flags from keyring command

pull/3584/head
Frank Schroeder 7 years ago committed by Frank Schröder
parent 1715cbd5de
commit cb95cf2a34

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

Loading…
Cancel
Save