Merge pull request #10037 from spzala/etcdctlrpc

etcdctl: fix small inconsistency with RPC ref
This commit is contained in:
Xiang Li 2018-08-24 18:51:55 -07:00 committed by GitHub
commit 66c2665f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -685,7 +685,7 @@ Prints the member ID of the removed member and the cluster ID.
MEMBER LIST prints the member details for all members associated with an etcd cluster.
RPC: [MemberList][member_list_rpc].
RPC: MemberList
#### Output
@ -1655,4 +1655,3 @@ backward compatibility for `JSON` format and the format in non-interactive mode.
[v3key]: ../mvcc/mvccpb/kv.proto#L12-L29
[etcdrpc]: ../etcdserver/etcdserverpb/rpc.proto
[storagerpc]: ../mvcc/mvccpb/kv.proto
[member_list_rpc]: ../etcdserver/etcdserverpb/rpc.proto#L493-L497