Parcourir la source

etcdctl\ctlv3: updated readme.md for timetolive example

sharat il y a 9 ans
Parent
commit
6f4e3696d2
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      etcdctl/README.md

+ 3 - 0
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)