summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = {