etcdctl: add help on the members subcommands

This commit is contained in:
Brandon Philips 2014-10-31 14:14:09 -07:00
parent 749097429f
commit 8f3be206ed

View File

@ -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",