summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-01-24 18:55:41 +0000
committerTim Rühsen <tim.ruehsen@gmx.de>2019-01-24 18:55:41 +0000
commit49f5837f59a0e08e3818368cad99ab0456b32fc5 (patch)
tree3e1048d83939f131d9fa3d584a014a9b5e5cae11
parente7af375a1222694514be1999463493354fd6361f (diff)
parent4aedb71b8e7fd8938e5e60251659f28901a7915b (diff)
downloadgnutls-49f5837f59a0e08e3818368cad99ab0456b32fc5.tar.gz
Merge branch 'tmp-ametzler-certtool-manpage-formatting' into 'master'
certtool.1: fix formatting See merge request gnutls/gnutls!892
-rw-r--r--src/certtool-args.def9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index d5336eda7b..55880ca9f0 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -200,8 +200,7 @@ flag = {
arg-type = string;
descrip = "Specify the key type to use on key generation";
doc = "This option can be combined with --generate-privkey, to specify
- the key type to be generated. Valid options are, 'rsa', 'rsa-pss',
-'dsa', 'ecdsa', and 'ed25519'.";
+the key type to be generated. Valid options are, 'rsa', 'rsa-pss', 'dsa', 'ecdsa', and 'ed25519'.";
};
flag = {
@@ -312,9 +311,9 @@ flag = {
value = e;
descrip = "Verify a PEM encoded certificate chain";
doc = "Verifies the validity of a certificate chain. That is, an ordered set of
- certificates where each one is the issuer of the previous, and the first is
- the end-certificate to be validated. In a proper chain the last certificate
- is a self signed one. It can be combined with --verify-purpose or --verify-hostname.";
+certificates where each one is the issuer of the previous, and the first is
+the end-certificate to be validated. In a proper chain the last certificate
+is a self signed one. It can be combined with --verify-purpose or --verify-hostname.";
};
flag = {