Add missing comma to fix segfault when pkcs11-tool is called without arguments

This commit is contained in:
Pieter Naaijkens 2016-12-13 22:14:19 -08:00 committed by Frank Morgner
parent 9e6dddb7dd
commit 13463e2d18
1 changed files with 1 additions and 1 deletions

View File

@ -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",