]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
p11tool: more precise documentation of --set-id parameter
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 27 Mar 2015 13:01:20 +0000 (14:01 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 27 Mar 2015 13:01:22 +0000 (14:01 +0100)
src/p11tool-args.def

index 6009497d652c0bde5b21186d8c72767bb76fc629..aab8c3710e498dc20deb90f1a783bf6f16225d81 100644 (file)
@@ -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;
 };