From 39c2d4f2279614bae0c1debb25b12585e5e7c372 Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Thu, 11 May 2017 14:14:16 +0200 Subject: Match command line help and manpage --- .../patches/match-manpage-and-command-help.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 debian/patches/match-manpage-and-command-help.patch (limited to 'debian/patches/match-manpage-and-command-help.patch') diff --git a/debian/patches/match-manpage-and-command-help.patch b/debian/patches/match-manpage-and-command-help.patch new file mode 100644 index 0000000..34ed3cd --- /dev/null +++ b/debian/patches/match-manpage-and-command-help.patch @@ -0,0 +1,25 @@ +From a88d8ba3e81ca34fc2675805a273cd85875c8973 Mon Sep 17 00:00:00 2001 +From: Arne Schwabe +Date: Wed, 4 Jan 2017 19:18:46 +0100 +Subject: [PATCH] Change command help to match man page and implementation + +--- + src/openvpn/options.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/openvpn/options.c b/src/openvpn/options.c +index bfedb6a..80143e6 100644 +--- a/src/openvpn/options.c ++++ b/src/openvpn/options.c +@@ -198,7 +198,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.10.1 (Apple Git-78) + -- cgit v1.2.3