fix typo Check-And_set to Check-And-Set

This commit is contained in:
legendtkl 2017-01-04 00:46:16 +08:00
parent dc2a54a77b
commit 713bf8654a

View File

@ -109,7 +109,7 @@ $ consul kv get foo
zip zip
``` ```
Consul can provide atomic key updates using a Check-And_set operation. To perform a CAS operation, specify the `-cas` flag: Consul can provide atomic key updates using a Check-And-Set operation. To perform a CAS operation, specify the `-cas` flag:
```sh ```sh
$ consul kv put -cas -modify-index=123 foo bar $ consul kv put -cas -modify-index=123 foo bar