]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
gnutls-cli: doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 9 Jul 2015 11:45:58 +0000 (13:45 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 9 Jul 2015 11:45:58 +0000 (13:45 +0200)
src/cli-args.def

index 7f6d13fba6e1e4016d73902f47c265f8edef32c9..9b430bd3975493e191c7b9e10c51f2d9767aabbb 100644 (file)
@@ -52,10 +52,10 @@ This is disabled by default due to many servers not allowing DNSSEC.";
 
 flag = {
     name      = ca-verification;
-    descrip   = "Disable CA certificate verification";
+    descrip   = "Enable CA certificate verification";
     enabled;
     disable   = "no";
-    doc       = "This option will disable CA certificate verification. It is to be used with the --dane or --tofu options.";
+    doc       = "This option can be used to enable or disable CA certificate verification. It is to be used with the --dane or --tofu options.";
 };
 
 flag = {