doc: Capitalize the "options" header of mercurial commands
authorJavi Merino <cibervicho@gmail.com>
Sat, 05 Feb 2011 14:37:25 +0000
changeset 13345 b8214d871338
parent 13344 6367459decf7
child 13346 91fe769ac84e
doc: Capitalize the "options" header of mercurial commands
doc/gendoc.py
--- a/doc/gendoc.py	Sat Feb 05 13:59:34 2011 +0000
+++ b/doc/gendoc.py	Sat Feb 05 14:37:25 2011 +0000
@@ -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)