aboutsummaryrefslogtreecommitdiff
path: root/src/io/cli.c
diff options
context:
space:
mode:
authorJ08nY2017-02-13 01:07:26 +0100
committerJ08nY2017-02-13 01:07:26 +0100
commitf571ae0de6d5932cc0034f48c913fdea8cbcefab (patch)
tree9dea046dd4d5697f1ff0aec3f04dc14758ce994b /src/io/cli.c
parentde90c5cd76bcd45c82f34d1f3d60b529b7d5a86d (diff)
downloadecgen-f571ae0de6d5932cc0034f48c913fdea8cbcefab.tar.gz
ecgen-f571ae0de6d5932cc0034f48c913fdea8cbcefab.tar.zst
ecgen-f571ae0de6d5932cc0034f48c913fdea8cbcefab.zip
Diffstat (limited to 'src/io/cli.c')
-rw-r--r--src/io/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/cli.c b/src/io/cli.c
index 011e6a7..43d75f5 100644
--- a/src/io/cli.c
+++ b/src/io/cli.c
@@ -31,7 +31,7 @@ struct argp_option options[] = {
{"fp", OPT_FP, 0, 0, "Prime field."},
{"f2m", OPT_F2M, 0, 0, "Binary field."},
// Curve specification
- {"exhaustive", OPT_RANDOM, 0, 0, "Generate a exhaustive curve."},
+ {"random", OPT_RANDOM, 0, 0, "Generate a random curve."},
{"prime", OPT_PRIME, 0, 0, "Generate a curve with prime order."},
{"seed", OPT_SEED, "SEED", OPTION_ARG_OPTIONAL, "Generate a curve from SEED (ANSI X9.62 verifiable procedure)."},
{"invalid", OPT_INVALID, 0, 0, "Generate a set of invalid curves (for a given curve)."},