1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

most help topics are capitalized

This commit is contained in:
Ludwig Nussel 2010-01-12 14:27:08 +01:00
parent c7421118e8
commit c9e9730226

View File

@ -854,7 +854,7 @@ class RawCmdln(cmd.Cmd):
usage += ' ' + tail
block_lines = [
self.helpindent + "usage:",
self.helpindent + "Usage:",
self.helpindent + ' '*4 + usage
]
block = '\n'.join(block_lines) + '\n\n'