summaryrefslogtreecommitdiff
path: root/src/certtool-args.def
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-09-16 15:35:19 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-09-17 09:54:35 +0200
commit634c05829e0e2663d506a75c259bc13e6530246f (patch)
treedee6c17f54a5f0783037403c451c51e8f4deaba5 /src/certtool-args.def
parent74856e90221864b718db3f480c2eb2dbb26dffc7 (diff)
downloadgnutls-634c05829e0e2663d506a75c259bc13e6530246f.tar.gz
certtool: updates in documentation in messages for CRL generation
This fixes the messages printed for the generation of a CRL, and makes the return code of the CRL verification depending on the verification result. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'src/certtool-args.def')
-rw-r--r--src/certtool-args.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index 0a980fb2db..84a40efb05 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -287,7 +287,8 @@ flag = {
flag = {
name = generate-crl;
descrip = "Generate a CRL";
- doc = "This option generates a Certificate Revocation List. When combined with --load-crl it would use the loaded CRL as base for the generated (i.e., all revoked certificates in the base will be copied to the new CRL).";
+ doc = "This option generates a Certificate Revocation List. When combined with --load-crl it would use the loaded CRL as base for the generated (i.e., all revoked certificates in the base will be copied to the new CRL).
+To add new certificates to the CRL use --load-certificate.";
};