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:
parent
c7421118e8
commit
c9e9730226
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user