Fix up the meta common options text function to not strip leading space and fix up commands

This commit is contained in:
Jeff Mitchell
2016-04-01 16:50:12 -04:00
parent 16c8f0b5ad
commit 02be26e4ae
36 changed files with 39 additions and 93 deletions

View File

@@ -71,7 +71,6 @@ Usage: vault path-help [options] path
the mount points of the backends are unknown.
General Options:
` + meta.GeneralOptionsUsage()
` + meta.GeneralOptionsUsage()
return strings.TrimSpace(helpText)
}