git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2421 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-03-11 22:10:36 +00:00
parent c45bbe521b
commit 4fc25de4eb

View file

@ -311,7 +311,7 @@ group.add_option("-V", "--version", action="store_true", dest="version",
group.add_option("--priority", action="store_true", dest="priority",
help=_(
"""Run with normal thread scheduling priority. Per default Linkchecker
"""Run with normal thread scheduling priority. Per default LinkChecker
runs with low thread priority to be suitable as a background job."""))
optparser.add_option_group(group)