]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
fix typo in help text: --ignore-unknown-option
authorMichael Nix <mchl.nix@googlemail.com>
Mon, 17 Apr 2023 12:54:46 +0000 (14:54 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 8 May 2023 12:14:53 +0000 (14:14 +0200)
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>
src/openvpn/options.c

index 2680f26842eaf949d010ea895cc8704d49000c75..fa435c1d812c891bb8f64c4b8b8097fc4a265187 100644 (file)
@@ -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"