command: source general options docs from common source

This commit is contained in:
Armon Dadgar
2015-06-30 12:01:23 -07:00
parent f7602dd44a
commit 18a23c9bef
30 changed files with 56 additions and 384 deletions

View File

@@ -59,19 +59,6 @@ Usage: vault policy-delete [options] name
General Options:
-address=addr The address of the Vault server.
-ca-cert=path Path to a PEM encoded CA cert file to use to
verify the Vault server SSL certificate.
-ca-path=path Path to a directory of PEM encoded CA cert files
to verify the Vault server SSL certificate. If both
-ca-cert and -ca-path are specified, -ca-path is used.
-tls-skip-verify Do not verify TLS certificate. This is highly
not recommended. This is especially not recommended
for unsealing a vault.
`
` + generalOptionsUsage()
return strings.TrimSpace(helpText)
}