Skip to content

Commit

Permalink
Merge pull request #570 from h2o/kazuho/cli-help-disable-ecn
Browse files Browse the repository at this point in the history
[cli] add missing help for `--disable-ecn`
  • Loading branch information
kazuho authored Mar 6, 2024
2 parents 1f2f4c1 + 94ce659 commit c7d5751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,7 @@ static void usage(const char *cmd)
" (default), \"cubic\", or \"pico\"\n"
" -d draft-number specifies the draft version number to be used (e.g.,\n"
" 29)\n"
" --disable-ecn turns off ECN support (default is on)\n"
" -e event-log-file file to log events\n"
" -E expand Client Hello (sends multiple client Initials)\n"
" --ech-config <file> file that contains ECHConfigList or an empty file to\n"
Expand Down

0 comments on commit c7d5751

Please sign in to comment.