normalize [dir] to [DIR]

This commit is contained in:
sebhcp
2022-07-25 10:32:15 -05:00
parent aecbaecff5
commit 4d799ab30f
3 changed files with 3 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ func (c *ProvidersCommand) populateTreeNode(tree treeprint.Tree, node *configs.M
}
const providersCommandHelp = `
Usage: terraform [global options] providers [dir]
Usage: terraform [global options] providers [DIR]
Prints out a tree of modules in the referenced configuration annotated with
their provider requirements.