Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Apr 23, 2018
1 parent 77f3057 commit 893b093
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions command/kv_patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ var _ cli.CommandAutocomplete = (*KVPatchCommand)(nil)
type KVPatchCommand struct {
*BaseCommand

flagCAS int
testStdin io.Reader // for tests
}

func (c *KVPatchCommand) Synopsis() string {
return "Sets or updates data in the KV store without ovewriting."
return "Sets or updates data in the KV store without overwriting."
}

func (c *KVPatchCommand) Help() string {
Expand Down

0 comments on commit 893b093

Please sign in to comment.