From c1f0230ce9e44eabb774cecf9336c843770b2cb8 Mon Sep 17 00:00:00 2001 From: musvaage <112724366+musvaage@users.noreply.github.com> Date: Wed, 1 May 2024 11:31:49 -0500 Subject: [PATCH] help message --- eris.c | 1 + 1 file changed, 1 insertion(+) diff --git a/eris.c b/eris.c index f669433..5d5e392 100644 --- a/eris.c +++ b/eris.c @@ -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");