Browse Source

etcdctl: add help on the members subcommands

Brandon Philips 11 năm trước cách đây
mục cha
commit
8f3be206ed
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      etcdctl/command/member_commands.go

+ 1 - 0
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",