libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 60ad84521a4b13807694f41f6f01a989c8210aac
parent 705bb243b0edb4fecdab4e892f4e1cc130d36505
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 13 Oct 2008 02:03:44 +0000

fixing comment

Diffstat:
Msrc/examples/https_fileserver_example.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/https_fileserver_example.c b/src/examples/https_fileserver_example.c @@ -22,7 +22,7 @@ * * Usage : * - * 'http_fileserver_example HTTP-PORT SECONDS-TO-RUN [CERTIFICATE PATH, KEY PATH]' + * 'http_fileserver_example HTTP-PORT SECONDS-TO-RUN' * * The certificate & key are required by the server to operate, Omitting the * path arguments will cause the server to use the hard coded example certificate & key.