From 25a3d032faa467a7dabbcb96d5e772202bd0b387 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Sun, 26 Jul 2009 18:55:49 -0700 Subject: [PATCH] Mark --dot-style as deprecated. --- src/init.c | 2 +- src/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/init.c b/src/init.c index 879d3aac..d7479069 100644 --- a/src/init.c +++ b/src/init.c @@ -145,7 +145,7 @@ static const struct { { "dotbytes", &opt.dot_bytes, cmd_bytes }, { "dotsinline", &opt.dots_in_line, cmd_number }, { "dotspacing", &opt.dot_spacing, cmd_number }, - { "dotstyle", &opt.dot_style, cmd_string }, + { "dotstyle", &opt.dot_style, cmd_string }, /* deprecated */ #ifdef HAVE_SSL { "egdfile", &opt.egd_file, cmd_file }, #endif diff --git a/src/main.c b/src/main.c index a70ecc03..e3b92fb0 100644 --- a/src/main.c +++ b/src/main.c @@ -177,7 +177,7 @@ static struct cmdline_option option_data[] = { "dns-timeout", 0, OPT_VALUE, "dnstimeout", -1 }, { "domains", 'D', OPT_VALUE, "domains", -1 }, { "dont-remove-listing", 0, OPT__DONT_REMOVE_LISTING, NULL, no_argument }, - { "dot-style", 0, OPT_VALUE, "dotstyle", -1 }, + { "dot-style", 0, OPT_VALUE, "dotstyle", -1 }, /* deprecated */ { "egd-file", 0, OPT_VALUE, "egdfile", -1 }, { "exclude-directories", 'X', OPT_VALUE, "excludedirectories", -1 }, { "exclude-domains", 0, OPT_VALUE, "excludedomains", -1 }, -- 2.39.2