aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-10-13 02:03:44 +0000
committerChristian Grothoff <christian@grothoff.org>2008-10-13 02:03:44 +0000
commit60ad84521a4b13807694f41f6f01a989c8210aac (patch)
treeea45fc2832e0463a7a5a36f65e30802f0a734e25
parent705bb243b0edb4fecdab4e892f4e1cc130d36505 (diff)
downloadlibmicrohttpd-60ad84521a4b13807694f41f6f01a989c8210aac.tar.gz
libmicrohttpd-60ad84521a4b13807694f41f6f01a989c8210aac.zip
fixing comment
-rw-r--r--src/examples/https_fileserver_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/https_fileserver_example.c b/src/examples/https_fileserver_example.c
index 9c7ec65a..3244ca6c 100644
--- a/src/examples/https_fileserver_example.c
+++ b/src/examples/https_fileserver_example.c
@@ -22,7 +22,7 @@
22 * 22 *
23 * Usage : 23 * Usage :
24 * 24 *
25 * 'http_fileserver_example HTTP-PORT SECONDS-TO-RUN [CERTIFICATE PATH, KEY PATH]' 25 * 'http_fileserver_example HTTP-PORT SECONDS-TO-RUN'
26 * 26 *
27 * The certificate & key are required by the server to operate, Omitting the 27 * The certificate & key are required by the server to operate, Omitting the
28 * path arguments will cause the server to use the hard coded example certificate & key. 28 * path arguments will cause the server to use the hard coded example certificate & key.