aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nix2023-04-17 14:54:46 +0200
committerGert Doering2023-05-08 14:16:10 +0200
commitd76fc3336def34adf7e76141865c492fdf69d844 (patch)
tree284b75fb7a924e31aeccda19e3ff3e53595c68b8
parent477e7f5e91bfc66214c8d5466b24a424e2b401f4 (diff)
downloadopenvpn-d76fc3336def34adf7e76141865c492fdf69d844.zip
openvpn-d76fc3336def34adf7e76141865c492fdf69d844.tar.gz
fix typo in help text: --ignore-unknown-option
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> (cherry picked from commit c7da4e0dcca5a56e2ec37fc8a2672cdbebe65048)
-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 2680f26..fa435c1 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"