From 565401177e311bfff0bc834e1158522881d0fd64 Mon Sep 17 00:00:00 2001 From: AlisterH Date: Tue, 13 Dec 2022 22:46:44 +1300 Subject: [PATCH] Correct syntax of example shell test --- manual/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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