From 07e6be3527f03f58a2797a57c1cf6edcb3f3d6e2 Mon Sep 17 00:00:00 2001 From: hniksic Date: Sat, 1 Dec 2001 10:51:32 -0800 Subject: [PATCH] [svn] Don't document `-nh' in --help output. Published in . --- src/ChangeLog | 4 ++++ src/main.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index e09a2c6c..cb5d2cd5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-12-01 Hrvoje Niksic + + * main.c (print_help): Don't document the removed `-nh'. + 2001-12-01 Hrvoje Niksic * url.c (url_full_path): Document better. diff --git a/src/main.c b/src/main.c index ee9bc7af..0aa46492 100644 --- a/src/main.c +++ b/src/main.c @@ -223,7 +223,6 @@ Recursive accept/reject:\n\ -L, --relative follow relative links only.\n\ -I, --include-directories=LIST list of allowed directories.\n\ -X, --exclude-directories=LIST list of excluded directories.\n\ - -nh, --no-host-lookup don\'t DNS-lookup hosts.\n\ -np, --no-parent don\'t ascend to the parent directory.\n\ \n"), stdout); fputs (_("Mail bug reports and suggestions to .\n"),