Skip to content

Commit

Permalink
Merge pull request #4113 from henning/patch-1
Browse files Browse the repository at this point in the history
documentation: change `terraform get -u` to `-update`
  • Loading branch information
jen20 committed Dec 1, 2015
2 parents e80ad02 + 6a031af commit c7891c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/modules/usage.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ terraform get

This command will download the modules if they haven't been already.
By default, the command will not check for updates, so it is safe (and fast)
to run multiple times. You can use the `-u` flag to check and download
to run multiple times. You can use the `-update` flag to check and download
updates.

## Configuration
Expand Down

0 comments on commit c7891c4

Please sign in to comment.