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
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ $ consul kv get foo
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
$ consul kv put -cas -modify-index=123 foo bar