Commit 565401177e311bfff0bc834e1158522881d0fd64
Committed by
GitHub
1 parent
562ff1b6
Correct syntax of example shell test
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 |