Skip to content

Commit

Permalink
server: fix -U option not work
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed May 8, 2023
1 parent e01e213 commit e46e3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.c
Expand Up @@ -82,7 +82,7 @@ static const struct option options[] = {{"port", required_argument, NULL, 'p'},
{"version", no_argument, NULL, 'v'},
{"help", no_argument, NULL, 'h'},
{NULL, 0, 0, 0}};
static const char *opt_string = "p:i:c:H:u:g:s:w:I:b:P:6aSC:K:A:Rt:T:Om:oBd:vh";
static const char *opt_string = "p:i:U:c:H:u:g:s:w:I:b:P:6aSC:K:A:Rt:T:Om:oBd:vh";

static void print_help() {
// clang-format off
Expand Down

0 comments on commit e46e3cf

Please sign in to comment.