summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.";
};