2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-19 18:32:21 +00:00

Correct syntax of example shell test

This commit is contained in:
AlisterH 2022-12-13 22:46:44 +13:00 committed by GitHub
parent 562ff1b608
commit 565401177e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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