documentation fixes

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1966 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-11-13 11:40:48 +00:00
parent 75ec50b156
commit 84e5139194

View file

@ -227,7 +227,7 @@ optparser = LCOptionParser()
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
"""Use CONFIGFILE as configuration file. As default LinkChecker first
searches /etc/linkchecker/linkcheckerrc and then ~/.linkcheckerrc
(under Windows <path-to-program>\\linkcheckerrc)."""))
group.add_option("-I", "--interactive", action="store_true",
@ -370,7 +370,7 @@ group.add_option("--timeout", type="int", dest="timeout",
timeout is %d seconds.""") % default_timeout)
group.add_option("-P", "--pause", type="int", dest="pause",
help=_(
"""Pause <secs> seconds between each url check. This option implies -t0.
"""Pause PAUSE seconds between each url check. This option implies -t0.
Default is no pause between requests."""))
group.add_option("-N", "--nntp-server", type="string", dest="nntpserver",
help=_(