From 6f4e3696d24182b24e7cbb0b05c0fbadf8395810 Mon Sep 17 00:00:00 2001 From: sharat Date: Tue, 13 Sep 2016 20:33:51 +0530 Subject: [PATCH] etcdctl\ctlv3: updated readme.md for timetolive example --- etcdctl/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etcdctl/README.md b/etcdctl/README.md index 24fdeb4fb..3217e746c 100644 --- a/etcdctl/README.md +++ b/etcdctl/README.md @@ -344,7 +344,10 @@ LEASE TIMETOLIVE retrieves the lease information with the given lease ID. # lease 2d8257079fa1bc0c granted with TTL(500s) ./etcdctl put foo1 bar --lease=2d8257079fa1bc0c +# OK + ./etcdctl put foo2 bar --lease=2d8257079fa1bc0c +# OK ./etcdctl lease timetolive 2d8257079fa1bc0c # lease 2d8257079fa1bc0c granted with TTL(500s), remaining(481s)