mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 01:54:42 +00:00
documentation
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1608 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
3937df5d6e
commit
749aa03af2
1 changed files with 1 additions and 3 deletions
|
|
@ -250,9 +250,7 @@ to more than one file. Default is no file output.""") % \
|
|||
{'loggertypes': linkcheck.LoggerKeys})
|
||||
group.add_option("--no-status", action="store_false", dest="status",
|
||||
default=True, help=_(
|
||||
"""Do not print check status every 5 seconds to stderr. When --debug is
|
||||
given, the status check will only be printed after each checked url.
|
||||
This is due to disabled threading during a debug run."""))
|
||||
"""Do not print check status messages."""))
|
||||
group.add_option("-D", "--debug", type="string", action="append",
|
||||
metavar="LOGGER",
|
||||
help=_("""Print debugging output for given logger.
|
||||
|
|
|
|||
Loading…
Reference in a new issue