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

@@ -101,9 +101,7 @@ Usage: vault token-revoke [options] [token|accessor]
a token accessor always revokes the token along with it's child tokens.
General Options:
` + meta.GeneralOptionsUsage() + `
` + meta.GeneralOptionsUsage() + `
Token Options:
-accessor A boolean flag, if set, treats the argument as an accessor of the token.