mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
command: Fix 0.13upgrade usage
This commit is contained in:
parent
9b73e68ce9
commit
fbb966b97b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue