mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-05 23:30:58 +00:00
Fix configuration file option help.
This commit is contained in:
parent
cbb13a8983
commit
3d7d06bbf1
1 changed files with 3 additions and 3 deletions
|
|
@ -330,9 +330,9 @@ group = optparse.OptionGroup(optparser, _("General options"))
|
|||
group.add_option("-f", "--config", type="string", dest="configfile",
|
||||
metavar="FILENAME",
|
||||
help=_(
|
||||
"""Use FILENAME as configuration file. Per default LinkChecker first
|
||||
searches /etc/linkchecker/linkcheckerrc and then ~/.linkchecker/linkcheckerrc
|
||||
(under Windows <path-to-program>\\linkcheckerrc)."""))
|
||||
"""Use FILENAME as configuration file. Per default LinkChecker uses
|
||||
~/.linkchecker/linkcheckerrc (under Windows
|
||||
%HOMEPATH%\\.linkchecker\\linkcheckerrc)."""))
|
||||
group.add_option("-t", "--threads", type="int", dest="threads",
|
||||
metavar="NUMBER",
|
||||
help=_(
|
||||
|
|
|
|||
Loading…
Reference in a new issue