summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-09 15:47:26 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-09 15:47:56 +0100
commit99fd347361f94bd6c06db7b9b573b1fa65124f84 (patch)
treefbc67710ef8d3171838090d9fb5c5cceb65de295
parent1b27b99836b39a78e35d69f57f669cff89af187c (diff)
downloadgnutls-99fd347361f94bd6c06db7b9b573b1fa65124f84.tar.gz
doc: updated to documentation of certtool [ci skip]
This corrects options which incorrectly mentioned they support URLs.
-rw-r--r--src/certtool-args.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index b5c67bc60a..ffef51c348 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -123,14 +123,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 = {
@@ -144,7 +144,7 @@ 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 = {