Documentation: write-out=table for v3 commands

This commit is contained in:
Gyu-Ho Lee
2016-05-17 10:39:23 -07:00
parent 3c8301358c
commit 6a0148e214
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ To interact with the started cluster by using etcdctl:
# use API version 3
$ export ETCDCTL_API=3
$ etcdctl --endpoints=localhost:12379 member list
$ etcdctl --write-out=table --endpoints=localhost:12379 member list
+------------------+---------+--------+------------------------+------------------------+
| ID | STATUS | NAME | PEER ADDRS | CLIENT ADDRS |
+------------------+---------+--------+------------------------+------------------------+