From 6b90f3db4da5191d158a1eb19232408757c8c302 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 22 Dec 2018 16:42:15 -0500 Subject: Document new and missing command-line options --- manual/qpdf-manual.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'manual') 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,12 +300,48 @@ make inspection commands do not. These are specifically noted. + + Shell Completion + + Starting in qpdf version 8.3.0, qpdf provides its own bash + completion support. You can enable bash completion with + eval $(qpdf --completion-bash). If + qpdf 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. + + Basic Options The following options are the most common ones and perform commonly needed transformations. + + + + + Display command-line invocation help. + + + + + + + + Display the current version of qpdf. + + + + + + + + Show detailed copyright information. + + + -- cgit v1.2.3-54-g00ecf