eris

Very small inetd http server
git clone https://git.woozle.org/neale/eris.git

commit
77df7a1
parent
16e32a6
author
Neale Pickett
date
2024-07-04 08:06:59 -0600 MDT
Merge pull request #4 from vaerksted/master

document help message
1 files changed,  +1, -0
M eris.c
M eris.c
+1, -0
1@@ -291,6 +291,7 @@ parse_options(int argc, char *argv[])
2 			fprintf(stderr, "-c           Enable CGI\n");
3 			fprintf(stderr, "-d           Enable directory listing\n");
4 			fprintf(stderr, "-.           Serve out of ./ (no vhosting)\n");
5+			fprintf(stderr, "-h           Print this message and exit\n");
6 			fprintf(stderr, "-p           Append port to hostname directory\n");
7 			fprintf(stderr, "-r           Enable symlink redirection\n");
8 			fprintf(stderr, "-o HANDLER   Path to HTTP CONNECT handler\n");