aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-12-22 22:42:15 +0100
committerJay Berkenbilt <ejb@ql.org>2018-12-23 15:15:40 +0100
commit6b90f3db4da5191d158a1eb19232408757c8c302 (patch)
treecfafdf43318c3a74667c2228d71c4319af36283b /manual
parent24aeb9ae2227c6b55297d9a946bf82f31656a685 (diff)
downloadqpdf-6b90f3db4da5191d158a1eb19232408757c8c302.tar.zst
Document new and missing command-line options
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 2f61e53e..8d8ecaa0 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -300,6 +300,18 @@ make
inspection commands do not. These are specifically noted.
</para>
</sect1>
+ <sect1 id="ref.shell-completion">
+ <title>Shell Completion</title>
+ <para>
+ Starting in qpdf version 8.3.0, qpdf provides its own bash
+ completion support. You can enable bash completion with
+ <command>eval $(qpdf --completion-bash)</command>. If
+ <command>qpdf</command> is not in your path, you should invoke it
+ above with an absolute path. If you invoke it with a relative
+ path, it will warn you, and the completion won't work if you're in
+ a different directory.
+ </para>
+ </sect1>
<sect1 id="ref.basic-options">
<title>Basic Options</title>
<para>
@@ -307,6 +319,30 @@ make
commonly needed transformations.
<variablelist>
<varlistentry>
+ <term><option>--help</option></term>
+ <listitem>
+ <para>
+ Display command-line invocation help.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--version</option></term>
+ <listitem>
+ <para>
+ Display the current version of qpdf.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--copyright</option></term>
+ <listitem>
+ <para>
+ Show detailed copyright information.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--password=password</option></term>
<listitem>
<para>