From: Nikos Mavrogiannopoulos Date: Wed, 14 Mar 2012 23:06:28 +0000 (+0100) Subject: doc updates X-Git-Tag: gnutls_3_0_16~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30420f210235cce2fec8385d4c13636bfc5c2fc4;p=thirdparty%2Fgnutls.git doc updates --- diff --git a/src/certtool-args.def b/src/certtool-args.def index b982fa32ce..c9726af496 100644 --- a/src/certtool-args.def +++ b/src/certtool-args.def @@ -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."; }; diff --git a/src/p11tool-args.def b/src/p11tool-args.def index cc850d5147..7b8e912e8b 100644 --- a/src/p11tool-args.def +++ b/src/p11tool-args.def @@ -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]."; };