Skip to content

Commit

Permalink
Make it more clear what option -WWW to s_server does.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf S. Engelschall committed Mar 9, 1999
1 parent b241fef commit 15542b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/s_server.c
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 15542b2

Please sign in to comment.