Documentation/upgrades: remove "./bin"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-05-29 11:06:31 -07:00
parent b11a6aa381
commit eeb8bcc753

View File

@ -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 set foo bar
+ETCDCTL_API=2 ./bin/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 -ETCDCTL_API=3 etcdctl put foo bar
+./bin/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