summaryrefslogtreecommitdiff
path: root/docutils/test/data
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-06-10 11:08:13 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-06-10 11:08:13 +0000
commitb8cfa38244879c28e357c3be7c9cf5ecaec68d3b (patch)
tree6d9502ad34b50af38fec698dd07a4aef42cbe0cf /docutils/test/data
parente644ef8975c8aaebc7a852362cd1ee7cbf2bf997 (diff)
downloaddocutils-b8cfa38244879c28e357c3be7c9cf5ecaec68d3b.tar.gz
Avoid non-ASCII chars and use lowercase encoding name in help output.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9064 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/data')
-rw-r--r--docutils/test/data/help/docutils.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/test/data/help/docutils.txt b/docutils/test/data/help/docutils.txt
index b9e0182c0..5987078ac 100644
--- a/docutils/test/data/help/docutils.txt
+++ b/docutils/test/data/help/docutils.txt
@@ -61,7 +61,7 @@ General Docutils Options
Choices: "strict" (default), "ignore", and "replace".
--output-encoding=<name[:handler]>, -o <name[:handler]>
Specify the text encoding and optionally the error
- handler for output. Default: UTF-8:strict.
+ handler for output. Default: utf-8:strict.
--output-encoding-error-handler=OUTPUT_ENCODING_ERROR_HANDLER
Specify error handler for unencodable output
characters; "strict" (default), "ignore", "replace",
@@ -209,7 +209,7 @@ HTML5 Writer Options
Docutils Application Options
----------------------------
Reader, writer, and parser settings influence the available options.
-Example: use `--help --writer=latex` to see LaTeX writer options.
+Example: use `--help --writer=latex` to see LaTeX writer options.
--reader=<reader> Reader name (currently: "standalone").
--parser=<parser> Parser name (currently: "rst").