From 13463e2d18a2cc238dffaf26903832a87f86156d Mon Sep 17 00:00:00 2001 From: Pieter Naaijkens Date: Tue, 13 Dec 2016 22:14:19 -0800 Subject: [PATCH] Add missing comma to fix segfault when pkcs11-tool is called without arguments --- src/tools/pkcs11-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/pkcs11-tool.c b/src/tools/pkcs11-tool.c index 7758b61f..ee7d552e 100644 --- a/src/tools/pkcs11-tool.c +++ b/src/tools/pkcs11-tool.c @@ -222,7 +222,7 @@ static const char *option_help[] = { "Decrypt some data", "Hash some data", "Derive a secret key using another key and some data", - "Derive ECDHpass DER encoded pubkey for compatibility with some PKCS#11 implementations" + "Derive ECDHpass DER encoded pubkey for compatibility with some PKCS#11 implementations", "Specify mechanism (use -M for a list of supported mechanisms)", "Log into the token first",