mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #33433 from chaosaffe/fix-getcommand-helptext
This commit is contained in:
commit
8f5064e6b4
@ -47,10 +47,10 @@ func (c *GetCommand) Run(args []string) int {
|
||||
|
||||
func (c *GetCommand) Help() string {
|
||||
helpText := `
|
||||
Usage: terraform [global options] get [options] PATH
|
||||
Usage: terraform [global options] get [options]
|
||||
|
||||
Downloads and installs modules needed for the configuration given by
|
||||
PATH.
|
||||
Downloads and installs modules needed for the configuration in the
|
||||
current working directory.
|
||||
|
||||
This recursively downloads all modules needed, such as modules
|
||||
imported by modules imported by the root and so on. If a module is
|
||||
|
@ -10,7 +10,7 @@ The `terraform get` command is used to download and update
|
||||
|
||||
## Usage
|
||||
|
||||
Usage: `terraform get [options] PATH`
|
||||
Usage: `terraform get [options]`
|
||||
|
||||
The modules are downloaded into a `.terraform` subdirectory of the current
|
||||
working directory. Don't commit this directory to your version control
|
||||
|
Loading…
Reference in New Issue
Block a user