summaryrefslogtreecommitdiff
path: root/tool/gkr-tool.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2010-09-18 20:35:17 +0000
committerStef Walter <stef@memberwebs.com>2010-09-18 20:35:17 +0000
commit872b757dbf305904e225a49baaed36312461d585 (patch)
tree3539d681fc4bfdf876a1a3f3541f7bbd7ab5ef82 /tool/gkr-tool.c
parent156443cff497eb66786737c024bde99f7f5a11f0 (diff)
downloadgnome-keyring-872b757dbf305904e225a49baaed36312461d585.tar.gz
[tool] Add 'trust-exception' command to gnome-keyring tool.
Looks up trust exceptions for certificates.
Diffstat (limited to 'tool/gkr-tool.c')
-rw-r--r--tool/gkr-tool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/gkr-tool.c b/tool/gkr-tool.c
index 57343372..e19b6792 100644
--- a/tool/gkr-tool.c
+++ b/tool/gkr-tool.c
@@ -88,6 +88,7 @@ typedef struct _CommandInfo {
static CommandInfo command_info[] = {
{ "import", gkr_tool_import },
+ { "trust-exception", gkr_tool_trust },
{ NULL, NULL }
};