diff options
author | Daiki Ueno <dueno@redhat.com> | 2016-09-23 11:15:16 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2016-11-28 10:35:06 +0100 |
commit | d6d0dfd10e360fdcb974e74abe92bb0910bdf172 (patch) | |
tree | c0f73837a21a80dbed18baefe19d738c6116bba3 | |
parent | 1d2276dc20153eb513d67aeb3464cf0c1edf6d38 (diff) |
trust: Mention anchor --remove option in help
https://bugzilla.redhat.com/show_bug.cgi?id=1158467
-rw-r--r-- | trust/anchor.c | 3 |
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 }, |