summaryrefslogtreecommitdiff
path: root/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
commit4dc7f2efccf6c73d38605edcd5f9424b771f6e7b (patch)
tree5429919dd31e483c550cbaf736179ee1fbde138e /test/data
parenta7f11b3bf915bc1bfd597edfc343e1ff36300eca (diff)
downloaddocutils-4dc7f2efccf6c73d38605edcd5f9424b771f6e7b.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/docutils@9064 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/data')
-rw-r--r--test/data/help/docutils.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/help/docutils.txt b/test/data/help/docutils.txt
index b9e0182c0..5987078ac 100644
--- a/test/data/help/docutils.txt
+++ b/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").