From 407c1f990ab751004c3521d50e046ab56fe9c06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 2 Jun 2017 10:13:22 +0200 Subject: [PATCH] * doc/wget.texi: Mention --no-config --- doc/wget.texi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/wget.texi b/doc/wget.texi index e4e0bf66..6453c355 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -193,6 +193,8 @@ options, or via the initialization file @file{.wgetrc} (@pxref{Startup File}). Wget allows you to define @dfn{global} startup files (@file{/usr/local/etc/wgetrc} by default) for site settings. You can also specify the location of a startup file with the --config option. +To disable the reading of config files, use --no-config. +If both --config and --no-config are given, --no-config is ignored. @ignore @@ -566,7 +568,10 @@ would be resolved to @samp{http://foo/baz/b.html}. @cindex specify config @item --config=@var{FILE} -Specify the location of a startup file you wish to use. +Specify the location of a startup file you wish to use instead of the +default one(s). Use --no-config to disable reading of config files. +If both --config and --no-config are given, --no-config is ignored. + @item --rejected-log=@var{logfile} Logs all URL rejections to @var{logfile} as comma separated values. The values