From 5da554f294a062c5c469d0a60b6f2ce6a0b3f669 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sat, 18 Apr 2009 11:44:00 -0700 Subject: Show options help after the summary for a command It is a bit clearer to read this way. Signed-off-by: Shawn O. Pearce --- subcmds/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subcmds/help.py') diff --git a/subcmds/help.py b/subcmds/help.py index a1425e74..fafceadb 100644 --- a/subcmds/help.py +++ b/subcmds/help.py @@ -128,8 +128,8 @@ See 'repo help --all' for a complete list of recognized commands. self.wrap.end_paragraph(0) out = _Out(self.manifest.globalConfig) - cmd.OptionParser.print_help() out._PrintSection('Summary', 'helpSummary') + cmd.OptionParser.print_help() out._PrintSection('Description', 'helpDescription') def _Options(self, p): -- cgit v1.2.3-54-g00ecf