]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added aliases list-privkeys and list-keys
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 22 Dec 2013 11:41:51 +0000 (12:41 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 22 Dec 2013 11:41:51 +0000 (12:41 +0100)
src/p11tool-args.def

index 6e3a9d30dc89250afe309a23353d45e6f96501ea..0b1fa86e8451e34ac3f485d367a910ea7c9aaaa0 100644 (file)
@@ -69,6 +69,16 @@ flag = {
     doc = "";
 };
 
+flag = {
+    name      = list-privkeys;
+    aliases   = list-all-privkeys;
+};
+
+flag = {
+    name      = list-keys;
+    aliases   = list-all-privkeys;
+};
+
 flag = {
     name      = list-all-trusted;
     descrip   = "List all available certificates marked as trusted";