Merge pull request #2607 from bradleyfalzon/patch-2

Fix typo in command/kv/put doc
This commit is contained in:
James Phillips 2016-12-20 21:37:27 -08:00 committed by GitHub
commit 3002723769
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Usage: `consul kv put [options] KEY [DATA]`
* `-modify-index=<int>` - Unsigned integer representing the ModifyIndex of the * `-modify-index=<int>` - Unsigned integer representing the ModifyIndex of the
key. This is used in combination with the -cas flag. key. This is used in combination with the -cas flag.
* `-release` - Forfeit the lock on the key at the givne path. This requires the * `-release` - Forfeit the lock on the key at the given path. This requires the
-session flag to be set. The key must be held by the session in order to be -session flag to be set. The key must be held by the session in order to be
unlocked. The default value is false. unlocked. The default value is false.