summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-15 00:06:28 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-15 00:06:32 +0100
commit30420f210235cce2fec8385d4c13636bfc5c2fc4 (patch)
treeacdb68ca026d30864afbc7ed9a13ea27f07dafc3
parent37689a2005b40bb1e338719c03ff74b9630e7d94 (diff)
downloadgnutls-30420f210235cce2fec8385d4c13636bfc5c2fc4.tar.gz
doc updates
-rw-r--r--src/certtool-args.def2
-rw-r--r--src/p11tool-args.def2
2 files changed, 2 insertions, 2 deletions
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].";
};