##// END OF EJS Templates
doc: Capitalize the "options" header of mercurial commands
Javi Merino -
r13345:b8214d87 default
parent child Browse files
Show More
@@ -143,7 +143,7 b' def commandprinter(ui, cmdtable, section'
143 opt_output = list(d['opts'])
143 opt_output = list(d['opts'])
144 if opt_output:
144 if opt_output:
145 opts_len = max([len(line[0]) for line in opt_output])
145 opts_len = max([len(line[0]) for line in opt_output])
146 ui.write(_("options:\n\n"))
146 ui.write(_("Options:\n\n"))
147 for optstr, desc in opt_output:
147 for optstr, desc in opt_output:
148 if desc:
148 if desc:
149 s = "%-*s %s" % (opts_len, optstr, desc)
149 s = "%-*s %s" % (opts_len, optstr, desc)
General Comments 0
You need to be logged in to leave comments. Login now