Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from agy/master
Browse files Browse the repository at this point in the history
Set `modifyindex` flag to use the documented name
  • Loading branch information
ChrisAubuchon committed Jan 7, 2016
2 parents f30dbd9 + f186732 commit 626195e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/kv_write.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Options:
func (c *KVWriteCommand) Run(args []string) int {
c.AddDataCenter()
flags := c.Meta.FlagSet()
flags.StringVar(&c.modifyIndex, "cas", "", "")
flags.StringVar(&c.modifyIndex, "modifyindex", "", "")
flags.StringVar(&c.dataFlags, "flags", "", "")
flags.Usage = func() { c.UI.Output(c.Help()) }

Expand Down

0 comments on commit 626195e

Please sign in to comment.