aboutsummaryrefslogtreecommitdiffstats
path: root/manual/weak-crypto.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-11 17:49:33 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commitc8729398ddb9ac82b00bbafaf24e8d37543e5b9e (patch)
tree9f1931af7f1087f503737f45ed04b3745812cae2 /manual/weak-crypto.rst
parentb4bd124be496170937d19742d83c2bad7471fe81 (diff)
downloadqpdf-c8729398ddb9ac82b00bbafaf24e8d37543e5b9e.tar.zst
Generate help content from manual
This is a massive rewrite of the help text and cli.rst section of the manual. All command-line flags now have their own help and are specifically index. qpdf --help is completely redone.
Diffstat (limited to 'manual/weak-crypto.rst')
-rw-r--r--manual/weak-crypto.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/weak-crypto.rst b/manual/weak-crypto.rst
index a75a1add..ffbcc31a 100644
--- a/manual/weak-crypto.rst
+++ b/manual/weak-crypto.rst
@@ -13,12 +13,12 @@ cryptography algorithm, and MD5, which is a weak hashing algorithm. In
version 10.4, qpdf generates warnings for some (but not all) cases of
writing files with weak cryptography when invoked from the command-line.
These warnings can be suppressed using the
-:samp:`--allow-weak-crypto` option.
+:qpdf:ref:`--allow-weak-crypto` option.
It is planned for qpdf version 11 to be stricter, making it an error to
write files with insecure cryptography from the command-line tool in
most cases without specifying the
-:samp:`--allow-weak-crypto` flag and also to require
+:qpdf:ref:`--allow-weak-crypto` flag and also to require
explicit steps when using the C++ library to enable use of insecure
cryptography.