Преглед изворни кода

Documentation/upgrades: remove "./bin"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee пре 7 година
родитељ
комит
eeb8bcc753
1 измењених фајлова са 6 додато и 6 уклоњено
  1. 6 6
      Documentation/upgrades/upgrade_3_4.md

+ 6 - 6
Documentation/upgrades/upgrade_3_4.md

@@ -19,18 +19,18 @@ Highlighted breaking changes in 3.4.
 `ETCDCTL_API=3` is now the default.
 `ETCDCTL_API=3` is now the default.
 
 
 ```diff
 ```diff
-./bin/etcdctl set foo bar
+etcdctl set foo bar
 Error: unknown command "set" for "etcdctl"
 Error: unknown command "set" for "etcdctl"
 
 
--./bin/etcdctl set foo bar
-+ETCDCTL_API=2 ./bin/etcdctl set foo bar
+-etcdctl set foo bar
++ETCDCTL_API=2 etcdctl set foo bar
 bar
 bar
 
 
-ETCDCTL_API=3 ./bin/etcdctl put foo bar
+ETCDCTL_API=3 etcdctl put foo bar
 OK
 OK
 
 
--ETCDCTL_API=3 ./bin/etcdctl put foo bar
-+./bin/etcdctl put foo bar
+-ETCDCTL_API=3 etcdctl put foo bar
++etcdctl put foo bar
 ```
 ```
 
 
 #### Deprecated `etcd --ca-file` and `etcd --peer-ca-file` flags
 #### Deprecated `etcd --ca-file` and `etcd --peer-ca-file` flags