mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdctl: add help on the members subcommands
This commit is contained in:
parent
749097429f
commit
8f3be206ed
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user