From f44e229865ec063d103feeee8de32d64b1c1d659 Mon Sep 17 00:00:00 2001 From: Nicolas Schneider Date: Fri, 4 Sep 2015 13:04:24 +0200 Subject: [PATCH] update help message to clarify that --raw only affects stdout behavior --- src/tools/pkcs15-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/pkcs15-tool.c b/src/tools/pkcs15-tool.c index 43e80b46..92d51c9c 100644 --- a/src/tools/pkcs15-tool.c +++ b/src/tools/pkcs15-tool.c @@ -133,7 +133,7 @@ static const char *option_help[] = { "Reads certificate with ID ", "Lists certificates", "Reads data object with OID, applicationName or label ", - "Outputs raw 8 bit data to stdout", + "Outputs raw 8 bit data to stdout. File output will not be affected by this, it always uses raw mode.", "Lists data objects", "Lists PIN codes", "Lists secret keys",