From 7baf7b4cd98ab58afecffec42482c245aa534a2f Mon Sep 17 00:00:00 2001 From: hniksic Date: Thu, 21 Apr 2005 07:50:45 -0700 Subject: [PATCH] [svn] Print the EGD option in the help text at the end of the SSL option block. --- src/ChangeLog | 5 +++++ src/main.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index a92d6b2d..d4ea3d07 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-04-21 Hrvoje Niksic + + * main.c (print_help): Print the EGD option outside the cluster of + SSL options. + 2005-04-21 Hrvoje Niksic * http-ntlm.c (ntlm_output): Fix setting the domain. diff --git a/src/main.c b/src/main.c index 065d215a..718abc9e 100644 --- a/src/main.c +++ b/src/main.c @@ -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 */