Typo corrections and tweaks to commands' help info

* Normalize "X arguments expected" messages
* Use "Vault" when referring to the product and "vault" when referring to an instance of the product
* Various minor tweaks to improve readability and/or provide clarity
This commit is contained in:
Greg Parris
2017-03-25 12:51:12 -05:00
parent f4017e50c1
commit a705e5e783
22 changed files with 50 additions and 50 deletions

View File

@@ -28,7 +28,7 @@ func (c *ListCommand) Run(args []string) int {
args = flags.Args()
if len(args) != 1 || len(args[0]) == 0 {
c.Ui.Error("read expects one argument")
c.Ui.Error("list expects one argument")
flags.Usage()
return 1
}