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 */