]> granicus.if.org Git - p11-kit/commitdiff
doc: Add 'server' command in help
authorRaphael Medaer <raphael@medaer.me>
Wed, 22 May 2019 13:14:53 +0000 (15:14 +0200)
committerDaiki Ueno <ueno@gnu.org>
Wed, 22 May 2019 13:51:36 +0000 (15:51 +0200)
'server' is the last common command which is not in CLI help.
IMHO, adding this small documentation could help to promote usage of
pkcs11 forwarding.

p11-kit/p11-kit.c

index 7a900464e7a6619f477356e2cd1f239ccc7d429d..37ffc7945fa87129f6239894e04a83850144cc31 100644 (file)
@@ -63,6 +63,7 @@ int       p11_kit_external        (int argc,
 static const p11_tool_command commands[] = {
        { "list-modules", p11_kit_list_modules, "List modules and tokens" },
        { "remote", p11_kit_external, "Run a specific PKCS#11 module remotely" },
+       { "server", p11_kit_external, "Run a server process that exposes PKCS#11 module remotely" },
        { P11_TOOL_FALLBACK, p11_kit_external, NULL },
        { 0, }
 };