summaryrefslogtreecommitdiff
path: root/trust/extract.c
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-07-09 12:24:40 +0200
committerStef Walter <stef@thewalter.net>2013-07-09 12:24:40 +0200
commiteca5a6e491f5f85ba1f06afcea3177c3442ae557 (patch)
treee04be5284a0525b5c190b4a46c1548a0c49645f0 /trust/extract.c
parenta314ab2aa9dbfcbc8d2d9a84554265e498520a20 (diff)
downloadp11-kit-eca5a6e491f5f85ba1f06afcea3177c3442ae557.tar.gz
trust: Fix the 'p11-kit extract' command
This is supposed to call over to 'trust extract' and wasn't working correctly.
Diffstat (limited to 'trust/extract.c')
-rw-r--r--trust/extract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/extract.c b/trust/extract.c
index 39d30e0..b80fd80 100644
--- a/trust/extract.c
+++ b/trust/extract.c
@@ -297,7 +297,7 @@ p11_trust_extract (int argc,
};
p11_tool_desc usages[] = {
- { 0, "usage: p11-kit extract --format=<output> <destination>" },
+ { 0, "usage: trust extract --format=<output> <destination>" },
{ opt_filter,
"filter of what to export\n"
" ca-anchors certificate anchors (default)\n"