commands: drop http server flags from force-leave command
This commit is contained in:
parent
c10885f828
commit
6032fe1407
|
@ -25,8 +25,7 @@ func (c *cmd) init() {
|
|||
c.flags = flag.NewFlagSet("", flag.ContinueOnError)
|
||||
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…
Reference in New Issue