]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated description
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 27 Jan 2012 19:47:34 +0000 (20:47 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 27 Jan 2012 19:49:05 +0000 (20:49 +0100)
src/ocsptool-args.def.in

index 7f4fb3ab85d15a19e0da5ee89770b11f96223361..44fdac605c9714cc399ec51bb46407b7354bf328 100644 (file)
@@ -38,12 +38,12 @@ flag = {
 flag = {
     name      = ask;
     arg-type  = string;
-    arg-name  = "url";
+    arg-name  = "server name|url";
     arg-optional;
-    descrip   = "Ask server about the loaded certificate";
+    descrip   = "Ask an OCSP/HTTP server on a certificate validity";
     flags-must = load-cert;
     flags-must = load-issuer;
-    doc = "Connects to the specified HTTP URL and queries an OCSP request.";
+    doc = "Connects to the specified HTTP OCSP server and queries on the validity of the loaded certificate.";
 };
 
 flag = {