Commit 2a6cc34e39f5749236b471b2464fc8c7f85c5789

Authored by Jay Berkenbilt
2 parents 2e95667c 56540117

Merge branch 'patch-1' of https://github.com/AlisterH/qpdf into patch

Showing 1 changed file with 1 additions and 1 deletions
manual/cli.rst
@@ -2917,7 +2917,7 @@ Related Options @@ -2917,7 +2917,7 @@ Related Options
2917 2917
2918 .. code-block:: bash 2918 .. code-block:: bash
2919 2919
2920 - if [ qpdf --requires-password file.pdf ]; then 2920 + if qpdf --requires-password file.pdf; then
2921 # prompt for password 2921 # prompt for password
2922 fi 2922 fi
2923 2923