summaryrefslogtreecommitdiff
path: root/src/certtool-args.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/certtool-args.def')
-rw-r--r--src/certtool-args.def8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index 5e22325df9..0cd94b5fcd 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -151,6 +151,12 @@ flag = {
};
flag = {
+ name = simple-numbers;
+ descrip = "Print big number in an easier format to parse";
+ doc = "";
+};
+
+flag = {
name = null-password;
descrip = "Enforce a NULL password";
doc = "This option enforces a NULL password. This may be different than the empty password in some schemas.";
@@ -235,7 +241,7 @@ flag = {
flag = {
name = pubkey-info;
descrip = "Print information on a public key";
- doc = "The option combined with --load-pubkey, --load-privkey and --load-certificate will extract the public key of the object in question.";
+ doc = "The option combined with --load-request, --load-pubkey, --load-privkey and --load-certificate will extract the public key of the object in question.";
};
flag = {