mirror of https://github.com/nealey/eris.git
Compare commits
No commits in common. "77df7a16b9fee70e61c46044caea3dc5e3c99a2c" and "16e32a6d5950c825e871affe391b6077eb88f768" have entirely different histories.
77df7a16b9
...
16e32a6d59
1
eris.c
1
eris.c
|
@ -291,7 +291,6 @@ parse_options(int argc, char *argv[])
|
|||
fprintf(stderr, "-c Enable CGI\n");
|
||||
fprintf(stderr, "-d Enable directory listing\n");
|
||||
fprintf(stderr, "-. Serve out of ./ (no vhosting)\n");
|
||||
fprintf(stderr, "-h Print this message and exit\n");
|
||||
fprintf(stderr, "-p Append port to hostname directory\n");
|
||||
fprintf(stderr, "-r Enable symlink redirection\n");
|
||||
fprintf(stderr, "-o HANDLER Path to HTTP CONNECT handler\n");
|
||||
|
|
Loading…
Reference in New Issue