summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-08 14:32:42 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-08 14:32:58 +0100
commitc420266ab7ed1459e5935c91a3d66ddf0ca72e4f (patch)
treef6e4ce5767bf927d433f42334a02f89f47559a20
parent7245698f4bd42cb798204f8e8f643f4f7061bb8d (diff)
downloadgnutls-c420266ab7ed1459e5935c91a3d66ddf0ca72e4f.tar.gz
p11tool: updated documentation [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--src/p11tool-args.def10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/p11tool-args.def b/src/p11tool-args.def
index dce6225b4d..3f320ce416 100644
--- a/src/p11tool-args.def
+++ b/src/p11tool-args.def
@@ -84,19 +84,23 @@ flag = {
flag = {
name = list-all;
descrip = "List all available objects in a token";
- doc = "";
+ doc = "All objects available in the token will be listed. That includes
+objects which are potentially unaccessible using this tool.";
};
flag = {
name = list-all-certs;
descrip = "List all available certificates in a token";
- doc = "";
+ doc = "That option will also provide more information on the
+certificates, for example, expand the attached extensions in a trust
+token (like p11-kit-trust).";
};
flag = {
name = list-certs;
descrip = "List all certificates that have an associated private key";
- doc = "";
+ doc = "That option will only display certificates which have a private
+key associated with them (share the same ID).";
};
flag = {