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