From 64f291008acb2cd806e654ef802f8da72601a15d Mon Sep 17 00:00:00 2001 From: ctiller <ctiller@google.com> Date: Mon, 15 Dec 2014 10:40:59 -0800 Subject: [PATCH] Fix Makefile help text. Change on 2014/12/15 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82155747 --- Makefile | 2 +- templates/Makefile.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eb315ce1bf..45ce7686e0 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ ifeq ($(IS_GIT_FOLDER),true) @echo "Additionally, since you are in a git clone, you can download the" @echo "missing dependencies in third_party by running the following command:" @echo - @echo " git submodule --init update" + @echo " git submodule update --init" @echo endif diff --git a/templates/Makefile.template b/templates/Makefile.template index e4365e06f1..5189000a4c 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -244,7 +244,7 @@ ifeq ($(IS_GIT_FOLDER),true) @echo "Additionally, since you are in a git clone, you can download the" @echo "missing dependencies in third_party by running the following command:" @echo - @echo " git submodule --init update" + @echo " git submodule update --init" @echo endif -- GitLab