diff options
author | Shawn O. Pearce <sop@google.com> | 2009-03-04 14:03:16 -0800 |
---|---|---|
committer | Shawn O. Pearce <sop@google.com> | 2009-03-04 14:03:16 -0800 |
commit | 4259b8a2ac0dddb54e98e00afc454bf966d4f058 (patch) | |
tree | dacf06da9c8e72e897703fe32f07e065b26e8b26 /subcmds/help.py | |
parent | 2816d4f387042b5ee38b27f1c9ef0b3f313165ed (diff) | |
download | git-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.py | 1 |
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 """ |
79 | See 'repo help <command>' for more information on a specific command. | 79 | See 'repo help <command>' for more information on a specific command. |
80 | See 'repo help --all' for a complete list of recognized commands. | ||
80 | """ | 81 | """ |
81 | 82 | ||
82 | def _PrintCommandHelp(self, cmd): | 83 | def _PrintCommandHelp(self, cmd): |