diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2017-04-28 00:24:00 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2017-04-28 00:24:00 +0000 |
commit | b694a6d466c2c4f2f3b2fb48945e488b6bd79fc8 (patch) | |
tree | 876ce562e86f3fa09113b7f4fe5cf1a337abc595 /src | |
parent | 2fdb709f2cc059df60c6b0eba9169ba93715e535 (diff) | |
download | lynx-snapshots-b694a6d466c2c4f2f3b2fb48945e488b6bd79fc8.tar.gz |
snapshot of project "lynx", label v2-8-9dev_11p
Diffstat (limited to 'src')
-rw-r--r-- | src/LYMain.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index f70bc3b7..fcb87baf 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYMain.c,v 1.260 2015/12/18 00:34:45 tom Exp $ + * $LynxId: LYMain.c,v 1.261 2017/04/27 22:34:12 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> @@ -3779,7 +3779,7 @@ with partial-display logic" #endif #ifndef DISABLE_FTP PARSE_SET( - "passive-ftp", 4|TOGGLE_ARG, ftp_passive, + "passive_ftp", 4|TOGGLE_ARG, ftp_passive, "toggles passive ftp connection" ), #endif @@ -3931,7 +3931,7 @@ bug which treated '>' as a co-terminator for\ndouble-quotes and tags" "=text\ninformation for syslog call" ), PARSE_SET( - "syslog-urls", 4|SET_ARG, syslog_requested_urls, + "syslog_urls", 4|SET_ARG, syslog_requested_urls, "log requested URLs with syslog" ), #endif @@ -4039,7 +4039,7 @@ with filenames of these images" ), #endif PARSE_SET( - "xhtml-parsing", 4|SET_ARG, LYxhtml_parsing, + "xhtml_parsing", 4|SET_ARG, LYxhtml_parsing, "enable XHTML 1.0 parsing" ), PARSE_NIL |