From: Arne Schwabe Date: Thu, 8 Sep 2022 16:14:35 +0000 (+0200) Subject: Change command help to match man page and implementation X-Git-Tag: v2.6_beta1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b4f3ea880377401275baf965ff603f30cde36f1;p=thirdparty%2Fopenvpn.git Change command help to match man page and implementation Acked-by: Frank Lichtenheld Signed-off-by: Arne Schwabe Acked-by: Gert Doering Message-Id: <20220908161435.327109-1-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25151.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/options.c b/src/openvpn/options.c index a296086d4..bb5cd875f 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -208,7 +208,7 @@ static const char usage_message[] = " is established. Multiple routes can be specified.\n" " netmask default: 255.255.255.255\n" " gateway default: taken from --route-gateway or --ifconfig\n" - " Specify default by leaving blank or setting to \"nil\".\n" + " Specify default by leaving blank or setting to \"default\".\n" "--route-ipv6 network/bits [gateway] [metric] :\n" " Add IPv6 route to routing table after connection\n" " is established. Multiple routes can be specified.\n"