aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar ctiller <ctiller@google.com>2014-12-15 10:40:59 -0800
committerGravatar Michael Lumish <mlumish@google.com>2014-12-15 14:39:12 -0800
commit64f291008acb2cd806e654ef802f8da72601a15d (patch)
tree0b4e7cf3c2dabb88387247bfb3d508b0365bccde /Makefile
parentfb93d195f2791ae26da71d0d44f5010e2361d0a8 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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