Browse Source

Fix typo in command/kv/put doc

pull/2607/head
Bradley Falzon 8 years ago committed by GitHub
parent
commit
5a0b824ae0
  1. 2
      website/source/docs/commands/kv/put.html.markdown.erb

2
website/source/docs/commands/kv/put.html.markdown.erb

@ -34,7 +34,7 @@ Usage: `consul kv put [options] KEY [DATA]`
* `-modify-index=<int>` - Unsigned integer representing the ModifyIndex of the
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
unlocked. The default value is false.

Loading…
Cancel
Save