diff --git a/command/audit_disable.go b/command/audit_disable.go index e39725d6d8..4d31fb0484 100644 --- a/command/audit_disable.go +++ b/command/audit_disable.go @@ -64,7 +64,7 @@ Usage: vault audit-disable [options] id General Options: - -address= The address of the Vault server. + -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. diff --git a/command/audit_enable.go b/command/audit_enable.go index 33e8545a8c..72b94982d1 100644 --- a/command/audit_enable.go +++ b/command/audit_enable.go @@ -96,7 +96,7 @@ Usage: vault audit-enable [options] type [config...] General Options: - -address= The address of the Vault server. + -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. diff --git a/command/audit_list.go b/command/audit_list.go index 87e94c9b4d..d93e5d2685 100644 --- a/command/audit_list.go +++ b/command/audit_list.go @@ -79,7 +79,7 @@ Usage: vault audit-list [options] General Options: - -address= The address of the Vault server. + -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. diff --git a/command/auth.go b/command/auth.go index 947cb43241..4f4c429ec6 100644 --- a/command/auth.go +++ b/command/auth.go @@ -225,7 +225,7 @@ Usage: vault auth [options] [token or config...] General Options: - -address= The address of the Vault server. + -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. diff --git a/command/auth_disable.go b/command/auth_disable.go index 3795f9d68a..05db71fe60 100644 --- a/command/auth_disable.go +++ b/command/auth_disable.go @@ -63,7 +63,7 @@ Usage: vault auth-disable [options] path General Options: - -address= The address of the Vault server. + -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. diff --git a/command/auth_enable.go b/command/auth_enable.go index 50dd416ae0..cc1e1602aa 100644 --- a/command/auth_enable.go +++ b/command/auth_enable.go @@ -71,7 +71,7 @@ Usage: vault auth-enable [options] type General Options: - -address= The address of the Vault server. + -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. diff --git a/command/delete.go b/command/delete.go index b898369992..8a124770d4 100644 --- a/command/delete.go +++ b/command/delete.go @@ -61,7 +61,7 @@ Usage: vault delete [options] path General Options: - -address= The address of the Vault server. + -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. diff --git a/command/help.go b/command/help.go index 0b886d9036..ffa0d2eb1e 100644 --- a/command/help.go +++ b/command/help.go @@ -60,7 +60,7 @@ Usage: vault help [options] path General Options: - -address= The address of the Vault server. + -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. diff --git a/command/init.go b/command/init.go index 7250ec593e..78d0d61d34 100644 --- a/command/init.go +++ b/command/init.go @@ -81,7 +81,7 @@ Usage: vault init [options] General Options: - -address= The address of the Vault server. + -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. diff --git a/command/mount.go b/command/mount.go index d8e097343b..3f9bb42b0a 100644 --- a/command/mount.go +++ b/command/mount.go @@ -70,7 +70,7 @@ Usage: vault mount [options] type General Options: - -address= The address of the Vault server. + -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. diff --git a/command/mounts.go b/command/mounts.go index cbb49dba8c..378cf03b1a 100644 --- a/command/mounts.go +++ b/command/mounts.go @@ -67,7 +67,7 @@ Usage: vault mounts [options] General Options: - -address= The address of the Vault server. + -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. diff --git a/command/policy_delete.go b/command/policy_delete.go index 2c7af21c56..13c3a2b8b4 100644 --- a/command/policy_delete.go +++ b/command/policy_delete.go @@ -59,7 +59,7 @@ Usage: vault policy-delete [options] name General Options: - -address= The address of the Vault server. + -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. diff --git a/command/policy_list.go b/command/policy_list.go index 693e35b219..ec7fb19beb 100644 --- a/command/policy_list.go +++ b/command/policy_list.go @@ -86,7 +86,7 @@ Usage: vault policies [options] [name] General Options: - -address= The address of the Vault server. + -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. diff --git a/command/policy_write.go b/command/policy_write.go index d063698655..16f14789fb 100644 --- a/command/policy_write.go +++ b/command/policy_write.go @@ -83,7 +83,7 @@ Usage: vault policy-write [options] name path General Options: - -address= The address of the Vault server. + -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. diff --git a/command/read.go b/command/read.go index f9bdcb4053..6b7bbf74d0 100644 --- a/command/read.go +++ b/command/read.go @@ -66,7 +66,7 @@ Usage: vault read [options] path General Options: - -address= The address of the Vault server. + -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. diff --git a/command/remount.go b/command/remount.go index 18aaf8cd37..1fa923e213 100644 --- a/command/remount.go +++ b/command/remount.go @@ -67,7 +67,7 @@ Usage: vault remount [options] from to General Options: - -address= The address of the Vault server. + -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. diff --git a/command/renew.go b/command/renew.go index c34f54dc15..f9cc944230 100644 --- a/command/renew.go +++ b/command/renew.go @@ -79,7 +79,7 @@ Usage: vault renew [options] id [increment] General Options: - -address= The address of the Vault server. + -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. diff --git a/command/revoke.go b/command/revoke.go index 2424900bca..47e363a6fd 100644 --- a/command/revoke.go +++ b/command/revoke.go @@ -69,7 +69,7 @@ Usage: vault revoke [options] id General Options: - -address= The address of the Vault server. + -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. diff --git a/command/seal.go b/command/seal.go index b39e5e78fa..69222fb9bd 100644 --- a/command/seal.go +++ b/command/seal.go @@ -57,7 +57,7 @@ Usage: vault seal [options] General Options: - -address= The address of the Vault server. + -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.