Bläddra i källkod

Tell users how to see the complete list of commands

Using "repo help --all" may not be obvious.

Signed-off-by: Shawn O. Pearce <sop@google.com>
Shawn O. Pearce 17 år sedan
förälder
incheckning
4259b8a2ac
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      subcmds/help.py

+ 1 - 0
subcmds/help.py

@@ -77,6 +77,7 @@ The most commonly used repo commands are:
       print fmt % (name, summary)
     print """
 See 'repo help <command>' for more information on a specific command.
+See 'repo help --all' for a complete list of recognized commands.
 """
 
   def _PrintCommandHelp(self, cmd):