From 8228cbce7c7fcca16d5ebabccdb8ea76ddc5efa9 Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 8 Nov 2004 14:20:37 +0000 Subject: [PATCH] synchronize the documentation git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1922 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkchecker | 5 +++-- linkchecker.1 | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/linkchecker b/linkchecker index 01fd059a..d7952b11 100755 --- a/linkchecker +++ b/linkchecker @@ -228,7 +228,7 @@ group = optparse.OptionGroup(optparser, _("General options")) group.add_option("-f", "--config", type="string", dest="configfile", help=_( """Use file as configuration file. As default LinkChecker first -searches /etc/linkcheckerrc and then ~/.linkcheckerrc +searches /etc/linkchecker/linkcheckerrc and then ~/.linkcheckerrc (under Windows \\linkcheckerrc).""")) group.add_option("-I", "--interactive", action="store_true", dest="interactive", help=_( @@ -285,7 +285,8 @@ The FILENAME and ENCODING parts of the 'none' output type will be ignored, else if the file already exists, it will be overwritten. You can specify this option more than once. Valid file output TYPEs are %(loggertypes)s. You can specify this option multiple times to output -to more than one file. Default is no file output.""") % \ +to more than one file. Default is no file output. Note that you can +suppress all console output with the option '-o none'.""") % \ {'loggertypes': linkcheck.LoggerKeys}) group.add_option("--no-status", action="store_false", dest="status", default=True, help=_( diff --git a/linkchecker.1 b/linkchecker.1 index 8432bb77..0201d643 100644 --- a/linkchecker.1 +++ b/linkchecker.1 @@ -62,7 +62,7 @@ Help me! Print usage information for this program. .TP \fB-f\fP\fIconfigfile\fP, \fB--config=\fP\fIconfigfile\fP Use \fIfile\fP as configuration file. As default LinkChecker first searches -/etc/linkcheckerrc and then ~/.linkcheckerrc. +/etc/linkchecker/linkcheckerrc and then ~/.linkcheckerrc. .TP \fB-I\fP, \fB--interactive\fP Ask for url if none are given on the commandline. @@ -122,9 +122,8 @@ else if the file already exists, it will be overwritten. You can specify this option more than once. Valid file output types are \fBtext\fP, \fBhtml\fP, \fBsql\fP, \fBcsv\fP, \fBgml\fP, \fBxml\fP, \fBnone\fP or \fBblacklist\fP -Default is no file output. If console output is not specified with -\fB-o\fP, this option suppresses all console output by implying -\fB-o none\fP. +Default is no file output. Note that you can suppress all console output +with the option \fB-o none\fP. .TP \fB--no-status\fP Do not print check status every 5 seconds to stderr. Does not work with the @@ -275,7 +274,8 @@ When checking 'news:' links the given NNTP host doesn't need to be the same as the host of the user browsing your pages! .SH FILES -\fB/etc/linkcheckerrc\fP, \fB~/.linkcheckerrc\fP - default configuration files +\fB/etc/linkchecker/linkcheckerrc\fP, \fB~/.linkcheckerrc\fP - default +configuration files \fB~/.blacklist\fP - default blacklist logger output filename