aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-12-13 13:22:23 +0100
committerJay Berkenbilt <ejb@ql.org>2022-12-13 13:22:23 +0100
commit2a6cc34e39f5749236b471b2464fc8c7f85c5789 (patch)
treebb5941371e1c753f8432736a6efe78eb1f98d74f /manual
parent2e95667c9e7dd8a4c6d8e526fd6262910c86bb15 (diff)
parent565401177e311bfff0bc834e1158522881d0fd64 (diff)
downloadqpdf-2a6cc34e39f5749236b471b2464fc8c7f85c5789.tar.zst
Merge branch 'patch-1' of https://github.com/AlisterH/qpdf into patch
Diffstat (limited to 'manual')
-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