Skip to content
Snippets Groups Projects
Commit b8214d87 authored by Javi Merino's avatar Javi Merino
Browse files

doc: Capitalize the "options" header of mercurial commands

parent 6367459d
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@
opt_output = list(d['opts'])
if opt_output:
opts_len = max([len(line[0]) for line in opt_output])
ui.write(_("options:\n\n"))
ui.write(_("Options:\n\n"))
for optstr, desc in opt_output:
if desc:
s = "%-*s %s" % (opts_len, optstr, desc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment