command: Fix 0.13upgrade usage
This commit is contained in:
parent
9b73e68ce9
commit
fbb966b97b
|
@ -685,7 +685,7 @@ func noSourceDetectedComment(name string) hclwrite.Tokens {
|
||||||
|
|
||||||
func (c *ZeroThirteenUpgradeCommand) Help() string {
|
func (c *ZeroThirteenUpgradeCommand) Help() string {
|
||||||
helpText := `
|
helpText := `
|
||||||
Usage: terraform 0.13upgrade [module-dir]
|
Usage: terraform 0.13upgrade [options] [module-dir]
|
||||||
|
|
||||||
Updates module configuration files to add provider source attributes and
|
Updates module configuration files to add provider source attributes and
|
||||||
merge multiple required_providers blocks into one.
|
merge multiple required_providers blocks into one.
|
||||||
|
|
Loading…
Reference in New Issue