aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlisterH <alister.hood@gmail.com>2022-12-13 10:46:44 +0100
committerGitHub <noreply@github.com>2022-12-13 10:46:44 +0100
commit565401177e311bfff0bc834e1158522881d0fd64 (patch)
tree7a48f8808b92de3f8c976a2a23a5b74427278136
parent562ff1b6087a16a47ec5bc18fb765910541b1167 (diff)
downloadqpdf-565401177e311bfff0bc834e1158522881d0fd64.tar.zst
Correct syntax of example shell test
-rw-r--r--manual/cli.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/cli.rst b/manual/cli.rst
index b3944858..b50f2862 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