change get -u option get -update

get -u does not work the name is -update.
This commit is contained in:
Henning Sprang 2015-11-30 19:43:54 +01:00
parent e80ad0266e
commit 6a031af0ba
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