Commit 6b90f3db4da5191d158a1eb19232408757c8c302
1 parent
24aeb9ae
Document new and missing command-line options
Showing
1 changed file
with
36 additions
and
0 deletions
manual/qpdf-manual.xml
| @@ -300,6 +300,18 @@ make | @@ -300,6 +300,18 @@ make | ||
| 300 | inspection commands do not. These are specifically noted. | 300 | inspection commands do not. These are specifically noted. |
| 301 | </para> | 301 | </para> |
| 302 | </sect1> | 302 | </sect1> |
| 303 | + <sect1 id="ref.shell-completion"> | ||
| 304 | + <title>Shell Completion</title> | ||
| 305 | + <para> | ||
| 306 | + Starting in qpdf version 8.3.0, qpdf provides its own bash | ||
| 307 | + completion support. You can enable bash completion with | ||
| 308 | + <command>eval $(qpdf --completion-bash)</command>. If | ||
| 309 | + <command>qpdf</command> is not in your path, you should invoke it | ||
| 310 | + above with an absolute path. If you invoke it with a relative | ||
| 311 | + path, it will warn you, and the completion won't work if you're in | ||
| 312 | + a different directory. | ||
| 313 | + </para> | ||
| 314 | + </sect1> | ||
| 303 | <sect1 id="ref.basic-options"> | 315 | <sect1 id="ref.basic-options"> |
| 304 | <title>Basic Options</title> | 316 | <title>Basic Options</title> |
| 305 | <para> | 317 | <para> |
| @@ -307,6 +319,30 @@ make | @@ -307,6 +319,30 @@ make | ||
| 307 | commonly needed transformations. | 319 | commonly needed transformations. |
| 308 | <variablelist> | 320 | <variablelist> |
| 309 | <varlistentry> | 321 | <varlistentry> |
| 322 | + <term><option>--help</option></term> | ||
| 323 | + <listitem> | ||
| 324 | + <para> | ||
| 325 | + Display command-line invocation help. | ||
| 326 | + </para> | ||
| 327 | + </listitem> | ||
| 328 | + </varlistentry> | ||
| 329 | + <varlistentry> | ||
| 330 | + <term><option>--version</option></term> | ||
| 331 | + <listitem> | ||
| 332 | + <para> | ||
| 333 | + Display the current version of qpdf. | ||
| 334 | + </para> | ||
| 335 | + </listitem> | ||
| 336 | + </varlistentry> | ||
| 337 | + <varlistentry> | ||
| 338 | + <term><option>--copyright</option></term> | ||
| 339 | + <listitem> | ||
| 340 | + <para> | ||
| 341 | + Show detailed copyright information. | ||
| 342 | + </para> | ||
| 343 | + </listitem> | ||
| 344 | + </varlistentry> | ||
| 345 | + <varlistentry> | ||
| 310 | <term><option>--password=password</option></term> | 346 | <term><option>--password=password</option></term> |
| 311 | <listitem> | 347 | <listitem> |
| 312 | <para> | 348 | <para> |