]> granicus.if.org Git - p11-kit/commitdiff
trust: Mention anchor --remove option in help
authorDaiki Ueno <dueno@redhat.com>
Fri, 23 Sep 2016 09:15:16 +0000 (11:15 +0200)
committerDaiki Ueno <ueno@gnu.org>
Mon, 28 Nov 2016 09:35:06 +0000 (10:35 +0100)
https://bugzilla.redhat.com/show_bug.cgi?id=1158467

trust/anchor.c

index baa1aeb2b32cb272f3ad2f16ab434177d1378edb..a1be4722de6d1de9574369735933ab9afeecba5a 100644 (file)
@@ -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 },