diff options
author | Stef Walter <stef@thewalter.net> | 2013-07-09 12:24:40 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-07-09 12:24:40 +0200 |
commit | eca5a6e491f5f85ba1f06afcea3177c3442ae557 (patch) | |
tree | e04be5284a0525b5c190b4a46c1548a0c49645f0 /trust | |
parent | a314ab2aa9dbfcbc8d2d9a84554265e498520a20 (diff) |
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')
-rw-r--r-- | trust/extract.c | 2 |
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" |