command/write: new format

This commit is contained in:
Mitchell Hashimoto
2015-03-31 17:16:12 -07:00
parent 657f847790
commit 456c4b0b21
3 changed files with 213 additions and 29 deletions

View File

@@ -7,7 +7,7 @@ import (
"strings"
)
// ReadCommand is a Command that gets data from the Vault.
// ReadCommand is a Command that reads data from the Vault.
type ReadCommand struct {
Meta
}
@@ -60,7 +60,7 @@ func (c *ReadCommand) Synopsis() string {
func (c *ReadCommand) Help() string {
helpText := `
Usage: vault get [options] path
Usage: vault read [options] path
Read data from Vault.