Merge pull request #4 from vaerksted/master

document help message
This commit is contained in:
Neale Pickett 2024-07-04 08:06:59 -06:00 committed by GitHub
commit 77df7a16b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
eris.c
View File

@ -291,6 +291,7 @@ 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");