diff options
| author | John MacFarlane <[email protected]> | 2025-11-30 13:18:25 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-11-30 13:20:39 +0100 |
| commit | 66cbd2471fd2ad4e0aeb8c71c85ff319976ad587 (patch) | |
| tree | c969ef6617f914882d896dbbc301782592762f2e | |
| parent | 58e741a0d60259f4153e5952358b9ccb5d043cdc (diff) | |
Give long form of option as well as short.
See #11306.
| -rw-r--r-- | MANUAL.txt | 2 |
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 |
