]> sjero.net Git - wget/commitdiff
[svn] Print the EGD option in the help text at the end of the SSL option block.
authorhniksic <devnull@localhost>
Thu, 21 Apr 2005 14:50:45 +0000 (07:50 -0700)
committerhniksic <devnull@localhost>
Thu, 21 Apr 2005 14:50:45 +0000 (07:50 -0700)
src/ChangeLog
src/main.c

index a92d6b2df6703cf4d0a55247da5f6d28f02f3b08..d4ea3d072fcc0f5faf0d555dee534f64fd276c17 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * main.c (print_help): Print the EGD option outside the cluster of
+       SSL options.
+
 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * http-ntlm.c (ntlm_output): Fix setting the domain.
index 065d215af7b39a4d2c1a9a0a58c8fcc5eb4693c5..718abc9e8e5195eea516e371fc1142ffe237119c 100644 (file)
@@ -531,8 +531,6 @@ HTTPS (SSL) options:\n"),
        --sslcertfile=FILE    optional client certificate.\n"),
     N_("\
        --sslcertkey=KEYFILE  optional keyfile for this certificate.\n"),
-    N_("\
-       --egd-file=FILE       file name of the EGD socket.\n"),
     N_("\
        --sslcadir=DIR        dir where hash list of CA's are stored.\n"),
     N_("\
@@ -544,6 +542,8 @@ HTTPS (SSL) options:\n"),
     N_("\
        --sslprotocol=0-3     choose SSL protocol; 0=automatic,\n\
                              1=SSLv2 2=SSLv3 3=TLSv1.\n"),
+    N_("\
+       --egd-file=FILE       file name of the EGD socket.\n"),
     "\n",
 #endif /* HAVE_SSL */