summaryrefslogtreecommitdiffstats
path: root/subcmds/help.py
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-03-04 14:03:16 -0800
committerShawn O. Pearce <sop@google.com>2009-03-04 14:03:16 -0800
commit4259b8a2ac0dddb54e98e00afc454bf966d4f058 (patch)
treedacf06da9c8e72e897703fe32f07e065b26e8b26 /subcmds/help.py
parent2816d4f387042b5ee38b27f1c9ef0b3f313165ed (diff)
downloadgit-repo-4259b8a2ac0dddb54e98e00afc454bf966d4f058.tar.gz
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>
Diffstat (limited to 'subcmds/help.py')
-rw-r--r--subcmds/help.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/help.py b/subcmds/help.py
index a2814e11..a68e37d2 100644
--- a/subcmds/help.py
+++ b/subcmds/help.py
@@ -77,6 +77,7 @@ The most commonly used repo commands are:
77 print fmt % (name, summary) 77 print fmt % (name, summary)
78 print """ 78 print """
79See 'repo help <command>' for more information on a specific command. 79See 'repo help <command>' for more information on a specific command.
80See 'repo help --all' for a complete list of recognized commands.
80""" 81"""
81 82
82 def _PrintCommandHelp(self, cmd): 83 def _PrintCommandHelp(self, cmd):