From 6a031af0bab7db416b208882935ce9e99cfbdea0 Mon Sep 17 00:00:00 2001 From: Henning Sprang Date: Mon, 30 Nov 2015 19:43:54 +0100 Subject: [PATCH] change get -u option get -update get -u does not work the name is -update. --- website/source/docs/modules/usage.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/modules/usage.html.markdown b/website/source/docs/modules/usage.html.markdown index 3e7ae2477..8f98a9d6b 100644 --- a/website/source/docs/modules/usage.html.markdown +++ b/website/source/docs/modules/usage.html.markdown @@ -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