diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-12-09 15:44:47 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-12-09 15:50:25 +0100 |
commit | 0391602c3f95b8c0e6e7636f6a54880916057aa9 (patch) | |
tree | 04ca2559d4766b57cba96d084a1afc33028b1706 /src | |
parent | 4e5d29e5584bef402752b57c9b0f822de7ff3670 (diff) | |
download | gnutls-0391602c3f95b8c0e6e7636f6a54880916057aa9.tar.gz |
doc: updated to documentation of certtool [ci skip]
This corrects options which incorrectly mentioned they support URLs.
Diffstat (limited to 'src')
-rw-r--r-- | src/certtool-args.def | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def index dbfd3b4ba7..04967b94f2 100644 --- a/src/certtool-args.def +++ b/src/certtool-args.def @@ -176,14 +176,14 @@ flag = { name = load-request; descrip = "Loads a certificate request file"; arg-type = string; - doc = ""; + doc = "This option can be used with a file"; }; flag = { name = load-certificate; descrip = "Loads a certificate file"; arg-type = string; - doc = "This can be either a file or a PKCS #11 URL"; + doc = "This option can be used with a file"; }; flag = { @@ -197,21 +197,21 @@ flag = { name = load-ca-certificate; descrip = "Loads the certificate authority's certificate file"; arg-type = string; - doc = "This can be either a file or a PKCS #11 URL"; + doc = "This option can be used with a file"; }; flag = { name = load-crl; descrip = "Loads the provided CRL"; arg-type = string; - doc = ""; + doc = "This option can be used with a file"; }; flag = { name = load-data; descrip = "Loads auxiliary data"; arg-type = string; - doc = ""; + doc = "This option can be used with a file"; }; flag = { |