]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc updates
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 14 Mar 2012 23:06:28 +0000 (00:06 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 14 Mar 2012 23:06:32 +0000 (00:06 +0100)
src/certtool-args.def
src/p11tool-args.def

index b982fa32ce7e9c93d98d1ae5de373668c2838b80..c9726af4962f88078b1ea0a9f6a5913dacae0149 100644 (file)
@@ -320,7 +320,7 @@ flag = {
     name      = sec-param;
     arg-type  = string;
     arg-name  = "Security parameter";
-    descrip   = "Specify the security level [low| legacy| normal| high| ultra].";
+    descrip   = "Specify the security level [low, legacy, normal, high, ultra].";
     doc      = "This is alternative to the bits option.";
 };
 
index cc850d51474d88b7027e02d082c46087aa70bc3b..7b8e912e8b0c288e2762e28e4d46d9bc66b44246 100644 (file)
@@ -189,7 +189,7 @@ flag = {
     arg-type  = string;
     arg-name  = "Security parameter";
     descrip   = "Specify the security level";
-    doc      = "This is alternative to the bits option. Available options are [low|legacy|normal|high|ultra].";
+    doc      = "This is alternative to the bits option. Available options are [low, legacy, normal, high, ultra].";
 };