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