mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Rename multiple packages to OpenTofu (addrs, backend, command) (#506)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user