Rename multiple packages to OpenTofu (addrs, backend, command) (#506)

This commit is contained in:
Yaron Yarimi
2023-09-21 15:38:46 +03:00
committed by GitHub
parent d7cc74d9e2
commit 487d9bc6a4
180 changed files with 966 additions and 966 deletions

View File

@@ -196,7 +196,7 @@ func (c *GraphCommand) Run(args []string) int {
func (c *GraphCommand) Help() string {
helpText := `
Usage: opentf [global options] graph [options]
Usage: tofu [global options] graph [options]
Produces a representation of the dependency graph between different
objects in the current configuration and state.
@@ -214,10 +214,10 @@ Options:
This helps when diagnosing cycle errors.
-type=plan Type of graph to output. Can be: plan, plan-refresh-only,
plan-destroy, or apply. By default OpenTF chooses
plan-destroy, or apply. By default OpenTofu chooses
"plan", or "apply" if you also set the -plan=... option.
-module-depth=n (deprecated) In prior versions of OpenTF, specified the
-module-depth=n (deprecated) In prior versions of OpenTofu, specified the
depth of modules to show in the output.
`
return strings.TrimSpace(helpText)