OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Plain Diff
Browse Code ยป
Commit
2a6cc34e39f5749236b471b2464fc8c7f85c5789
Authored by
Jay Berkenbilt
2022-12-13 07:22:23 -0500
2 parents
2e95667c
56540117
Merge branch 'patch-1' of https://github.com/AlisterH/qpdf into patch
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
manual/cli.rst
manual/cli.rst
View file @
2a6cc34
...
...
@@ -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
...
...