documentation

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1608 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-08-28 16:25:23 +00:00
parent 3937df5d6e
commit 749aa03af2

View file

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