diff options
author | ctiller <ctiller@google.com> | 2014-12-15 10:40:59 -0800 |
---|---|---|
committer | Michael Lumish <mlumish@google.com> | 2014-12-15 14:39:12 -0800 |
commit | 64f291008acb2cd806e654ef802f8da72601a15d (patch) | |
tree | 0b4e7cf3c2dabb88387247bfb3d508b0365bccde /Makefile | |
parent | fb93d195f2791ae26da71d0d44f5010e2361d0a8 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |