mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-10 15:20:54 +00:00
Correct syntax of example shell test
This commit is contained in:
parent
562ff1b608
commit
565401177e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user