Procházet zdrojové kódy

Merge pull request #6418 from sinsharat/update_readme

etcdctl\ctlv3: updated readme.md for timetolive example
Gyu-Ho Lee před 10 roky
rodič
revize
afef9cc312
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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)