summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-17 11:27:24 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-17 11:27:24 +0200
commit443401a97cf59aaf65c5563a0c55dcce96e61810 (patch)
treee7445c0dcfef474162268fb007406b60c0f5f743
parent3438931369aac9d3375f1f36e171af2a3ab2aa18 (diff)
downloadgnutls-443401a97cf59aaf65c5563a0c55dcce96e61810.tar.gz
certtool: fixed documentation of sign-params
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--src/certtool-args.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index 9fec43ade2..2b96716773 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -95,8 +95,8 @@ flag = {
arg-type = string;
descrip = "Sign a certificate with a specific signature algorithm";
doc = "This option can be combined with --generate-certificate, to sign the certificate with
-a specific signature algorithm variant. The only option supported is
-'RSA-PSS', and should be specified when the signer does not have a certificate which is marked for RSA-PSS use only.";
+a specific signature algorithm variant. The only option supported is 'RSA-PSS', and should be
+specified when the signer does not have a certificate which is marked for RSA-PSS use only.";
};