Kaynağa Gözat

etcdctl\ctlv3: updated readme.md for timetolive example

sharat 9 yıl önce
ebeveyn
işleme
6f4e3696d2
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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)