diff options
Diffstat (limited to 'subcmds/help.py')
-rw-r--r-- | subcmds/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
128 | self.wrap.end_paragraph(0) | 128 | self.wrap.end_paragraph(0) |
129 | 129 | ||
130 | out = _Out(self.manifest.globalConfig) | 130 | out = _Out(self.manifest.globalConfig) |
131 | cmd.OptionParser.print_help() | ||
132 | out._PrintSection('Summary', 'helpSummary') | 131 | out._PrintSection('Summary', 'helpSummary') |
132 | cmd.OptionParser.print_help() | ||
133 | out._PrintSection('Description', 'helpDescription') | 133 | out._PrintSection('Description', 'helpDescription') |
134 | 134 | ||
135 | def _Options(self, p): | 135 | def _Options(self, p): |