aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-11-30 13:18:25 +0100
committerJohn MacFarlane <[email protected]>2025-11-30 13:20:39 +0100
commit66cbd2471fd2ad4e0aeb8c71c85ff319976ad587 (patch)
treec969ef6617f914882d896dbbc301782592762f2e
parent58e741a0d60259f4153e5952358b9ccb5d043cdc (diff)
Give long form of option as well as short.
See #11306.
-rw-r--r--MANUAL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 3b02b6843..fe7e19bbf 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -44,7 +44,7 @@ Markdown can be expected to be lossy.
If no *input-files* are specified, input is read from *stdin*.
Output goes to *stdout* by default. For output to a file,
-use the `-o` option:
+use the `-o`/`--output` option:
pandoc -o output.html input.txt