etcdctl: add help on the members subcommands
This commit is contained in:
@ -13,6 +13,7 @@ import (
|
||||
func NewMemberCommand() cli.Command {
|
||||
return cli.Command{
|
||||
Name: "member",
|
||||
Usage: "member add, remove and list subcommands",
|
||||
Subcommands: []cli.Command{
|
||||
cli.Command{
|
||||
Name: "list",
|
||||
|
Reference in New Issue
Block a user