Skip to content

Commit

Permalink
Fix small typo in new --sni help text
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Dec 20, 2023
1 parent 33bf075 commit 23758b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ PPPD_USAGE \
" --ifname=<interface> Bind to interface.\n" \
" --set-routes=[01] Set if openfortivpn should configure routes\n" \
" when tunnel is up.\n" \
" --sni=<sni> Specify a different server name (SNI) than the host argument\n" \
" during TLS handshake." \
" --sni=<sni> Specify a different server name (SNI) than the host argument\n" \
" during TLS handshake.\n" \
" --no-routes Do not configure routes, same as --set-routes=0.\n" \
" --half-internet-routes=[01] Add two 0.0.0.0/1 and 128.0.0.0/1 routes with higher\n" \
" priority instead of replacing the default route.\n" \
Expand Down

0 comments on commit 23758b2

Please sign in to comment.