diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 150ee0a29..3977a5f9a 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -240,8 +240,10 @@ command = { type = "flag" help = "verbose status" } - min_args="0" - help = "Create PKCS10 requests" + min_args="2" + max_args="2" + argument="keyfile output-file" + help = "Create a PKCS10 request" } command = { name = "pkcs10-print"