From a783d1c69cc673bd8df5414a5f79a67678e69171 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 20 Dec 2023 09:48:12 +0100 Subject: [PATCH] Fix small typo in new --sni help text --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 11e960b2..a1c8cdac 100644 --- a/src/main.c +++ b/src/main.c @@ -127,7 +127,7 @@ PPPD_USAGE \ " --set-routes=[01] Set if openfortivpn should configure routes\n" \ " when tunnel is up.\n" \ " --sni= Specify a different server name (SNI) than the host argument\n" \ -" during TLS handshake." \ +" 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" \