summaryrefslogtreecommitdiff
path: root/src/p11tool-args.def
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-07-10 16:31:02 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-07-10 16:31:04 +0200
commite867aae1be191433186aad9d799c5de297b219a0 (patch)
treeefcde5fd89f3b529a24721f2b1de733479ec7f56 /src/p11tool-args.def
parent08fc29d30ade5ded03fe7defa65519f95a7ebbd9 (diff)
downloadgnutls-e867aae1be191433186aad9d799c5de297b219a0.tar.gz
p11tool: keep backwards compatibility by introducing --list-token-urls
That is, the output of --list-tokens remains the same.
Diffstat (limited to 'src/p11tool-args.def')
-rw-r--r--src/p11tool-args.def7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/p11tool-args.def b/src/p11tool-args.def
index 0fd7e18ac2..dec967129e 100644
--- a/src/p11tool-args.def
+++ b/src/p11tool-args.def
@@ -20,7 +20,6 @@ reorder-args;
argument = "[url]";
#define OUTFILE_OPT 1
-#define VERBOSE_OPT 1
#include args-std.def
flag = {
@@ -30,6 +29,12 @@ flag = {
};
flag = {
+ name = list-token-urls;
+ descrip = "List the URLs available tokens";
+ doc = "This is a more compact version of --list-tokens.";
+};
+
+flag = {
name = export;
descrip = "Export the object specified by the URL";
doc = "";