synchronize the documentation

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1922 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-11-08 14:20:37 +00:00
parent 6cbc0fe079
commit 8228cbce7c
2 changed files with 8 additions and 7 deletions

View file

@ -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 <path-to-program>\\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=_(

View file

@ -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