mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-24 08:04:44 +00:00
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:
parent
75ec50b156
commit
84e5139194
1 changed files with 2 additions and 2 deletions
|
|
@ -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=_(
|
||||
|
|
|
|||
Loading…
Reference in a new issue