From: Nikos Mavrogiannopoulos Date: Fri, 27 Mar 2015 13:01:20 +0000 (+0100) Subject: p11tool: more precise documentation of --set-id parameter X-Git-Tag: gnutls_3_4_0~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe5007c08eca46142fa53a07523b0a1bf7b410bd;p=thirdparty%2Fgnutls.git p11tool: more precise documentation of --set-id parameter --- diff --git a/src/p11tool-args.def b/src/p11tool-args.def index 6009497d65..aab8c3710e 100644 --- a/src/p11tool-args.def +++ b/src/p11tool-args.def @@ -137,14 +137,14 @@ flag = { flag = { name = set-id; - descrip = "Set the CKA_ID in the specified by the URL object"; - doc = "Sets the CKA_ID in the specified by the URL object. The ID should be specified in hexadecimal format."; + descrip = "Set the CKA_ID (in hex) for the specified by the URL object"; + doc = "Sets the CKA_ID in the specified by the URL object. The ID should be specified in hexadecimal format without a '0x' prefix."; arg-type = string; }; flag = { name = set-label; - descrip = "Set the CKA_LABEL in the specified by the URL object"; + descrip = "Set the CKA_LABEL for the specified by the URL object"; doc = "Sets the CKA_LABEL in the specified by the URL object"; arg-type = string; };