aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index e106af052..639c5e7ee 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -109,9 +109,10 @@ Using `pandoc`
If no *input-file* is specified, input is read from *stdin*.
Otherwise, the *input-files* are concatenated (with a blank
line between each) and used as input. Output goes to *stdout* by
-default (though output to *stdout* is disabled for the `odt`, `docx`,
-`epub2`, and `epub3` output formats, unless it is forced using
-`-o -`). For output to a file, use the `-o` option:
+default (though output to the terminal is disabled for the
+`odt`, `docx`, `epub2`, and `epub3` output formats, unless it is
+forced using `-o -`). For output to a file, use the `-o`
+option:
pandoc -o output.html input.txt