OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
565401177e311bfff0bc834e1158522881d0fd64
Authored by
AlisterH
2022-12-13 22:46:44 +1300
Committed by
GitHub
2022-12-13 22:46:44 +1300
1 parent
562ff1b6
Correct syntax of example shell test
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
manual/cli.rst
manual/cli.rst
View file @
5654011
...
...
@@ -2917,7 +2917,7 @@ Related Options
2917
2917
2918
2918
.. code-block:: bash
2919
2919
2920
- if
[ qpdf --requires-password file.pdf ]
; then
2920
+ if
qpdf --requires-password file.pdf
; then
2921
2921
# prompt for password
2922
2922
fi
2923
2923
...
...