From: Michael Nix Date: Mon, 17 Apr 2023 12:54:46 +0000 (+0200) Subject: fix typo in help text: --ignore-unknown-option X-Git-Tag: v2.7_alpha1~477 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7da4e0dcca5a56e2ec37fc8a2672cdbebe65048;p=thirdparty%2Fopenvpn.git fix typo in help text: --ignore-unknown-option Signed-off-by: Frank Lichtenheld Acked-by: Gert Doering Message-Id: <20230417125446.27247-1-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26592.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 2680f2684..fa435c1d8 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -248,7 +248,7 @@ static const char usage_message[] = "--setenv name value : Set a custom environmental variable to pass to script.\n" "--setenv FORWARD_COMPATIBLE 1 : Relax config file syntax checking to allow\n" " directives for future OpenVPN versions to be ignored.\n" - "--ignore-unkown-option opt1 opt2 ...: Relax config file syntax. Allow\n" + "--ignore-unknown-option opt1 opt2 ...: Relax config file syntax. Allow\n" " these options to be ignored when unknown\n" "--script-security level: Where level can be:\n" " 0 -- strictly no calling of external programs\n"