summaryrefslogtreecommitdiffstats
path: root/manual/cli.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manual/cli.rst')
-rw-r--r--manual/cli.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/cli.rst b/manual/cli.rst
index 34a3c8b2..49ae90f8 100644
--- a/manual/cli.rst
+++ b/manual/cli.rst
@@ -2917,7 +2917,7 @@ Related Options
.. code-block:: bash
- if [ qpdf --requires-password file.pdf ]; then
+ if qpdf --requires-password file.pdf; then
# prompt for password
fi