diff options
Diffstat (limited to 'docutils/test')
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_manpage.man | 4 | ||||
| -rw-r--r-- | docutils/test/test_writers/test_manpage.py | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_manpage.man b/docutils/test/functional/expected/standalone_rst_manpage.man index fbc9272eb..4bf8d28c3 100644 --- a/docutils/test/functional/expected/standalone_rst_manpage.man +++ b/docutils/test/functional/expected/standalone_rst_manpage.man @@ -67,10 +67,10 @@ docinfo, see this document as an example. .BI \-\-config\fB= <file> Read configuration settings from <file>, if it exists. .TP -.B \-\-version\fP,\fB \-V +.B \-\-version\fP,\fB \-V Show this program\(aqs version number and exit. .TP -.B \-\-help\fP,\fB \-h +.B \-\-help\fP,\fB \-h Show this help message and exit. .UNINDENT .sp diff --git a/docutils/test/test_writers/test_manpage.py b/docutils/test/test_writers/test_manpage.py index f0adec7e8..53b42cc6f 100644 --- a/docutils/test/test_writers/test_manpage.py +++ b/docutils/test/test_writers/test_manpage.py @@ -171,10 +171,10 @@ General rule of life. .BI \-\-config\fB= <file> Read configuration settings from <file>, if it exists. .TP -.B \-\-version\fP,\fB \-V +.B \-\-version\fP,\fB \-V Show this program\(aqs version number and exit. .TP -.B \-\-help\fP,\fB \-h +.B \-\-help\fP,\fB \-h Show this help message and exit. .UNINDENT .SH OTHER SECTION @@ -381,7 +381,7 @@ r""".INDENT 0.0 .B optional arguments: .INDENT 7.0 .TP -.B \-h\fP,\fB \-\-help +.B \-h\fP,\fB \-\-help show this help .TP .BI \-\-output \ FILE\fR,\fB \ \-o \ FILE |
