summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/certtool-args.def10
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 = {