From 042a75648e4639406241c9fe7b3a7863ce99e116 Mon Sep 17 00:00:00 2001 From: Michael Persson Date: Fri, 16 Oct 2015 08:57:03 +0200 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8309e08..1a42e5a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# etcd-Export/Import/Validate/Delete/Tree +# etcd-export/import/edit/validate -Export/Import etcd directory as JSON/YAML/TOML and validate directory using JSON schema. +Export/Import/Edit etcd directory as JSON/YAML/TOML and validate directory using JSON schema. # Use cases @@ -98,7 +98,7 @@ bin/etcd-import -input examples/ntp/ntp-site2.json -dir /ntp/site2 bin/etcd-export -dir /ntp bin/etcd-import -input examples/ntp/ntp-site2.json -dir /ntp/site2 -no-validate bin/etcd-validate -dir /ntp -bin/etcd-edit -dir /ntp/site2 +bin/etcd-edit -dir /ntp/site2 -format toml ``` ## Example using templates