diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2020-09-03 00:19:58 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2020-09-03 00:19:58 +0000 |
commit | f472add3a2f726597168bcfa3a886e6f8087c57d (patch) | |
tree | c20a5518f1727568b15e7553453ad1636889de65 /src/LYMain.c | |
parent | 5308969168f28feb340b82be8f0417b4797f3104 (diff) | |
download | lynx-snapshots-f472add3a2f726597168bcfa3a886e6f8087c57d.tar.gz |
snapshot of project "lynx", label v2-9-0dev_5h
Diffstat (limited to 'src/LYMain.c')
-rw-r--r-- | src/LYMain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index 6d5166d4..68234478 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYMain.c,v 1.289 2020/02/24 00:17:10 Keith.Bowes Exp $ + * $LynxId: LYMain.c,v 1.290 2020/09/03 00:05:23 Steffen.Nurpmeso Exp $ */ #include <HTUtils.h> #include <HTTP.h> @@ -3916,7 +3916,7 @@ saves session to that file on exit" ), #endif PARSE_STR( - "socks5-proxy", 2|NEED_LYSTRING_ARG, socks5_proxy, + "socks5_proxy", 2|NEED_LYSTRING_ARG, socks5_proxy, "=URL\n(via which) SOCKS5 proxy to connect (unrelated to -nosocks!)" ), PARSE_SET( |