From 66cbd2471fd2ad4e0aeb8c71c85ff319976ad587 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 30 Nov 2025 13:18:25 +0100 Subject: Give long form of option as well as short. See #11306. --- MANUAL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3