diff --git a/website/source/intro/getting-started/modules.html.md b/website/source/intro/getting-started/modules.html.md index f934f7ef6..e7ce4c706 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