]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated documentation
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 6 Apr 2012 18:02:44 +0000 (20:02 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 6 Apr 2012 18:02:44 +0000 (20:02 +0200)
src/certtool-args.def

index 27d14d9b6d145d53761bfe2f2b52319ed0df10d2..40ad4bb02f781add8a9b30ca615faa7b3401affe 100644 (file)
@@ -288,7 +288,9 @@ flag = {
     descrip   = "Use DER format for input certificates and private keys.";
     disabled;
     disable   = "no";
-    doc       = "";
+    doc       = "The input files will be assumed to be in DER or RAW format. 
+Unlike options that in PEM input would allow multiple input data (e.g. multiple 
+certificates), when reading in DER format a single data structure is read.";
 };
 
 flag = {
@@ -301,7 +303,7 @@ flag = {
     descrip   = "Use DER format for output certificates and private keys";
     disabled;
     disable   = "no";
-    doc       = "";
+    doc       = "The output will be in DER or RAW format.";
 };
 
 flag = {