From ee3b519778728875971c57757b9ffa7d27e8795d Mon Sep 17 00:00:00 2001 From: Jan Garaj Date: Thu, 16 Mar 2017 19:59:28 +0000 Subject: [PATCH] Update flag update (#11659) --- website/source/intro/getting-started/modules.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/modules.html.md b/website/source/intro/getting-started/modules.html.md index f934f7ef60..e7ce4c706f 100644 --- a/website/source/intro/getting-started/modules.html.md +++ b/website/source/intro/getting-started/modules.html.md @@ -83,7 +83,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. ## Planning and Apply Modules