summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-03-09 13:09:07 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-03-09 13:09:07 +0000
commit15542b284743ce04de74c9f7a24ce45025ac15eb (patch)
tree54425d891c26a7f859a824414a271d206a917e31 /apps/s_server.c
parentb241fefd985920327b0a07bd48f59838065d93e2 (diff)
Make it more clear what option -WWW to s_server does.
Diffstat (limited to 'apps/s_server.c')
-rw-r--r--apps/s_server.c2
1 files changed, 1 insertions, 1 deletions
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 <path> HTTP/1.0'\n");
+ BIO_printf(bio_err," -WWW - Respond to a 'GET /<path> HTTP/1.0' with file ./<path>\n");
}
static int local_argc=0;