summaryrefslogtreecommitdiff
path: root/trust
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2016-09-23 11:15:16 +0200
committerDaiki Ueno <ueno@gnu.org>2016-11-28 10:35:06 +0100
commitd6d0dfd10e360fdcb974e74abe92bb0910bdf172 (patch)
treec0f73837a21a80dbed18baefe19d738c6116bba3 /trust
parent1d2276dc20153eb513d67aeb3464cf0c1edf6d38 (diff)
trust: Mention anchor --remove option in help
https://bugzilla.redhat.com/show_bug.cgi?id=1158467
Diffstat (limited to 'trust')
-rw-r--r--trust/anchor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/trust/anchor.c b/trust/anchor.c
index baa1aeb..a1be472 100644
--- a/trust/anchor.c
+++ b/trust/anchor.c
@@ -602,7 +602,8 @@ p11_trust_anchor (int argc,
};
p11_tool_desc usages[] = {
- { 0, "usage: trust anchor --store <file> ..." },
+ { 0, "usage: trust anchor --store <file> ...\n"
+ " trust anchor --remove <file or URI> ..."},
{ opt_verbose, "show verbose debug output", },
{ opt_quiet, "suppress command output", },
{ 0 },