Merge pull request #4113 from henning/patch-1

documentation: change `terraform get -u` to `-update`
This commit is contained in:
James Nugent 2015-12-01 08:21:21 -05:00
commit c7891c43a7
1 changed files with 1 additions and 1 deletions

View File

@ -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