From: Arne Schwabe <[email protected]> Acked-by: Frank Lichtenheld <[email protected]> Signed-off-by: Arne Schwabe <[email protected]> --- src/openvpn/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
patch got lost back in 2017 still included in Debian package original mail: https://www.mail-archive.com/[email protected]/msg13821.html diff --git a/src/openvpn/options.c b/src/openvpn/options.c index a296086d..bb5cd875 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" -- 2.25.1 _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
