summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):