From f61195ec887c50bb0f122838b6590bccffe198a1 Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Fri, 30 Nov 2018 01:52:18 +0800 Subject: [PATCH] add --pmtu to Usage --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 01d2d8c..eabab8f 100644 --- a/src/main.c +++ b/src/main.c @@ -310,6 +310,7 @@ void print_help(const char *name) // " [--netif-netmask ] default: 255.255.0.0\n" " [--relay-server-addr ]\n" " [--netif ]\n" + " [--pmtu ]\n" // " [--socks-server-addr ]\n" // " [--username ]\n" // " [--password ]\n"