From 61e890ecc90b9fb94ee851e2946b3957c131fada Mon Sep 17 00:00:00 2001 From: John Gosset Date: Sun, 25 Oct 2015 16:39:33 -0400 Subject: [PATCH] Update list of backends in RemoteConfigCommand's Help() method --- command/remote_config.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/command/remote_config.go b/command/remote_config.go index 95973dfdb..d7e73a5d8 100644 --- a/command/remote_config.go +++ b/command/remote_config.go @@ -338,7 +338,7 @@ func (c *RemoteConfigCommand) enableRemoteState() int { func (c *RemoteConfigCommand) Help() string { helpText := ` -Usage: terraform remote [options] +Usage: terraform remote config [options] Configures Terraform to use a remote state server. This allows state to be pulled down when necessary and then pushed to the server when @@ -348,7 +348,8 @@ Usage: terraform remote [options] Options: -backend=Atlas Specifies the type of remote backend. Must be one - of Atlas, Consul, or HTTP. Defaults to Atlas. + of Atlas, Consul, Etcd, HTTP, S3, or Swift. Defaults + to Atlas. -backend-config="k=v" Specifies configuration for the remote storage backend. This can be specified multiple times.