From: Ralf S. Engelschall Date: Tue, 9 Mar 1999 13:09:07 +0000 (+0000) Subject: Make it more clear what option -WWW to s_server does. X-Git-Tag: OpenSSL_0_9_2b~42 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=15542b284743ce04de74c9f7a24ce45025ac15eb Make it more clear what option -WWW to s_server does. --- diff --git a/apps/s_server.c b/apps/s_server.c index dbe8a801e9..df2ff5dc31 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -218,7 +218,7 @@ static void sv_usage() BIO_printf(bio_err," -no_tls1 - Just disable TLSv1\n"); BIO_printf(bio_err," -bugs - Turn on SSL bug compatability\n"); BIO_printf(bio_err," -www - Respond to a 'GET /' with a status page\n"); - BIO_printf(bio_err," -WWW - Returns requested page from to a 'GET HTTP/1.0'\n"); + BIO_printf(bio_err," -WWW - Respond to a 'GET / HTTP/1.0' with file ./\n"); } static int local_argc=0;