diff options
author | Raphael Medaer <raphael@medaer.me> | 2019-05-22 15:14:53 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2019-05-22 15:51:36 +0200 |
commit | 0eb1f6782c5315fc6b46861bc9f92a765e229e14 (patch) | |
tree | ac9965e0596398a618d2a7d393e6c8d0d062d6f4 /p11-kit | |
parent | 9a546b4571f20b271058990e94833f35e4ec39c0 (diff) |
doc: Add 'server' command in help
'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.
Diffstat (limited to 'p11-kit')
-rw-r--r-- | p11-kit/p11-kit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p11-kit/p11-kit.c b/p11-kit/p11-kit.c index 7a90046..37ffc79 100644 --- a/p11-kit/p11-kit.c +++ b/p11-kit/p11-kit.c @@ -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, } }; |