From 8f3be206ed38050e88357bad266d10e02b53b107 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Fri, 31 Oct 2014 14:14:09 -0700 Subject: [PATCH] etcdctl: add help on the members subcommands --- etcdctl/command/member_commands.go | 1 + 1 file changed, 1 insertion(+) diff --git a/etcdctl/command/member_commands.go b/etcdctl/command/member_commands.go index ae2fd3252..bb5684d73 100644 --- a/etcdctl/command/member_commands.go +++ b/etcdctl/command/member_commands.go @@ -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",