aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-10 21:52:00 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-10 21:52:28 +0100
commit08bcf6449cc0ca37b2223eb8e204eaf5a52fb348 (patch)
treef79c55a7e261bd6e9a94e2579d18e4128b68d197 /qpdf
parentaf2a71aa2c0ab7a441cb4210295e3912800df9d0 (diff)
downloadqpdf-08bcf6449cc0ca37b2223eb8e204eaf5a52fb348.tar.zst
Clarify docs around @filename and leading/trailing space
Diffstat (limited to 'qpdf')
-rw-r--r--qpdf/qpdf.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index c336455b..c363c087 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -1340,7 +1340,8 @@ ArgParser::argHelp()
<< "\n"
<< "If @filename appears anywhere in the command-line, each line of filename\n"
<< "will be interpreted as an argument. No interpolation is done. Line\n"
- << "terminators are stripped. @- can be specified to read from standard input.\n"
+ << "terminators are stripped, but leading and trailing whitespace is\n"
+ << "intentionally preserved. @- can be specified to read from standard input.\n"
<< "\n"
<< "The output file can be - to indicate writing to standard output, or it can\n"
<< "be --replace-input to cause qpdf to replace the input file with the output.\n"