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

@@ -76,13 +76,13 @@ func (c *StatePullCommand) Run(args []string) int {
func (c *StatePullCommand) Help() string {
helpText := `
Usage: opentf [global options] state pull [options]
Usage: tofu [global options] state pull [options]
Pull the state from its location, upgrade the local copy, and output it
to stdout.
This command "pulls" the current state and outputs it to stdout.
As part of this process, OpenTF will upgrade the state format of the
As part of this process, OpenTofu will upgrade the state format of the
local copy to the current version.
The primary use of this is for state stored remotely. This command