Compare commits

..

No commits in common. "77df7a16b9fee70e61c46044caea3dc5e3c99a2c" and "16e32a6d5950c825e871affe391b6077eb88f768" have entirely different histories.

1 changed files with 0 additions and 1 deletions

1
eris.c
View File

@ -291,7 +291,6 @@ parse_options(int argc, char *argv[])
fprintf(stderr, "-c Enable CGI\n"); fprintf(stderr, "-c Enable CGI\n");
fprintf(stderr, "-d Enable directory listing\n"); fprintf(stderr, "-d Enable directory listing\n");
fprintf(stderr, "-. Serve out of ./ (no vhosting)\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, "-p Append port to hostname directory\n");
fprintf(stderr, "-r Enable symlink redirection\n"); fprintf(stderr, "-r Enable symlink redirection\n");
fprintf(stderr, "-o HANDLER Path to HTTP CONNECT handler\n"); fprintf(stderr, "-o HANDLER Path to HTTP CONNECT handler\n");