diff options
-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 }, |