From 028364b21957ab348ba900d3f779aff804068940 Mon Sep 17 00:00:00 2001 From: Michael Persson Date: Thu, 24 Sep 2015 12:39:46 +0200 Subject: [PATCH] Added usage for etcd-tree --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c58a5d..715b447 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ users/1/first_name: Ludwig users/1/last_name: Von Treimer ``` -# Usage etcd Export +# Usage etcd-export ```bash Usage of ./bin/etcd-export: @@ -58,7 +58,7 @@ Usage of ./bin/etcd-export: export ETCD_PEERS="http://etcd1.example.com:2379" ``` -# Usage etcd Import +# Usage etcd-import ```bash Usage of ./bin/etcd-import: @@ -126,6 +126,18 @@ Usage of ./bin/etcd-delete: Version ``` +# Usage etcd-tree + +```bash +Usage of bin/etcd-tree: + -dir string + etcd directory + -peers string + Comma separated list of etcd nodes (default "http://192.168.99.100:5001") + -version + Version +``` + # Build ```bash