From: Mark Wooding Date: Wed, 22 Apr 2009 19:02:41 +0000 (+0100) Subject: perftest: Document the `-q' option for disabling checking. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/78614e02310dbe879d55f0a68e47349db074ff61 perftest: Document the `-q' option for disabling checking. The option didn't make its way to the help message. --- diff --git a/perftest.c b/perftest.c index fff982e..3a0df7e 100644 --- a/perftest.c +++ b/perftest.c @@ -484,6 +484,7 @@ Options:\n\ \n\ -C, --name=NAME Select curve/DH-group/enc/hash name.\n\ -b, --field-bits Field size for g-prime and rsa.\n\ +-q, --no-check Don't check field/group for validity.\n\ -B, --group-bits Group size for g-prime; key size for ksched;\n\ data size for enc and hash.\n\ -n, --factors=COUNT Number of factors for {exp,mul}-sim.\n\