commit | 4259b8a2ac0dddb54e98e00afc454bf966d4f058 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed Mar 04 14:03:16 2009 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Wed Mar 04 14:03:16 2009 -0800 |
tree | dacf06da9c8e72e897703fe32f07e065b26e8b26 | |
parent | 2816d4f387042b5ee38b27f1c9ef0b3f313165ed [diff] |
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>
diff --git a/subcmds/help.py b/subcmds/help.py index a2814e1..a68e37d 100644 --- a/subcmds/help.py +++ b/subcmds/help.py
@@ -77,6 +77,7 @@ 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):