From 4259b8a2ac0dddb54e98e00afc454bf966d4f058 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Wed, 4 Mar 2009 14:03:16 -0800 Subject: Tell users how to see the complete list of commands Using "repo help --all" may not be obvious. Signed-off-by: Shawn O. Pearce --- subcmds/help.py | 1 + 1 file changed, 1 insertion(+) (limited to 'subcmds/help.py') 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: print fmt % (name, summary) print """ See 'repo help ' for more information on a specific command. +See 'repo help --all' for a complete list of recognized commands. """ def _PrintCommandHelp(self, cmd): -- cgit v1.2.3-54-g00ecf