aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArne Schwabe2022-09-08 18:14:35 +0200
committerGert Doering2022-09-08 18:38:51 +0200
commit2b4f3ea880377401275baf965ff603f30cde36f1 (patch)
treee060e9563f71e04c1a90524b72ae16b394df49d2 /src
parenta5cf4cfb77f74588759d96258e7435e54db12b2c (diff)
downloadopenvpn-2b4f3ea880377401275baf965ff603f30cde36f1.zip
openvpn-2b4f3ea880377401275baf965ff603f30cde36f1.tar.gz
Change command help to match man page and implementation
Acked-by: Frank Lichtenheld <frank@lichtenheld.com> Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Gert Doering <gert@greenie.muc.de> 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 <gert@greenie.muc.de>
Diffstat (limited to 'src')
-rw-r--r--src/openvpn/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvpn/options.c b/src/openvpn/options.c
index a296086..bb5cd87 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"