From fbb966b97b3d6a0bb1358e6db8beaf89c665b454 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Thu, 4 Jun 2020 08:51:24 -0400 Subject: [PATCH] command: Fix 0.13upgrade usage --- command/013_config_upgrade.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/013_config_upgrade.go b/command/013_config_upgrade.go index f1318227a..8786cb91b 100644 --- a/command/013_config_upgrade.go +++ b/command/013_config_upgrade.go @@ -685,7 +685,7 @@ func noSourceDetectedComment(name string) hclwrite.Tokens { func (c *ZeroThirteenUpgradeCommand) Help() string { helpText := ` -Usage: terraform 0.13upgrade [module-dir] +Usage: terraform 0.13upgrade [options] [module-dir] Updates module configuration files to add provider source attributes and merge multiple required_providers blocks into one.