Help text for gae.py upload about module yaml naming.

Since gae.py detects the non-default modules of an app by this
convention, it should be shown to the user in the help text.

R=agable@chromium.org,vadimsh@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2979433003
diff --git a/appengine/components/tools/gae.py b/appengine/components/tools/gae.py
index a951b19..ada7216 100755
--- a/appengine/components/tools/gae.py
+++ b/appengine/components/tools/gae.py
@@ -330,6 +330,8 @@
 def CMDupload(parser, args):
   """Uploads a new version of specific (or all) modules of an app.
 
+  Note that module yamls are expected to be named module-<module name>.yaml
+
   Version name looks like <number>-<commit sha1>[-tainted-<who>], where:
     number      git commit number, monotonically increases with each commit
     commit sha1 upstream commit hash the branch is based of