command: Fix 0.13upgrade usage

This commit is contained in:
Alisdair McDiarmid 2020-06-04 08:51:24 -04:00
parent 9b73e68ce9
commit fbb966b97b
1 changed files with 1 additions and 1 deletions

View File

@ -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.