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
diff --git a/Makefile b/Makefile
index eb315ce..45ce768 100644
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,7 @@
 	@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