[pkg-opensc-commit] [libp11] 46/86: Updated engine command help strings

Eric Dorland eric at moszumanska.debian.org
Sun Jul 24 21:40:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit db15a3aa828e6f3c0553155ef45eb6687a8f04d1
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date:   Wed Feb 10 14:21:05 2016 +0100

    Updated engine command help strings
---
 src/eng_front.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/eng_front.c b/src/eng_front.c
index 7aab705..a52af8e 100644
--- a/src/eng_front.c
+++ b/src/eng_front.c
@@ -85,11 +85,11 @@ static int pkcs11_idx = -1;
 static const ENGINE_CMD_DEFN engine_cmd_defns[] = {
 	{CMD_SO_PATH,
 		"SO_PATH",
-		"Specifies the path to the 'pkcs11-engine' shared library",
+		"Specifies the path to the 'pkcs11' engine shared library",
 		ENGINE_CMD_FLAG_STRING},
 	{CMD_MODULE_PATH,
 		"MODULE_PATH",
-		"Specifies the path to the pkcs11 module shared library",
+		"Specifies the path to the PKCS#11 module shared library",
 		ENGINE_CMD_FLAG_STRING},
 	{CMD_PIN,
 		"PIN",
@@ -109,7 +109,7 @@ static const ENGINE_CMD_DEFN engine_cmd_defns[] = {
 		ENGINE_CMD_FLAG_INTERNAL},
 	{CMD_INIT_ARGS,
 		"INIT_ARGS",
-		"Specifies additional initialization arguments to the pkcs11 module",
+		"Specifies additional initialization arguments to the PKCS#11 module",
 		ENGINE_CMD_FLAG_STRING},
 	{0, NULL, NULL, 0}
 };

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list