mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-09 17:10:58 +00:00
The -onone must be explicit
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1547 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
6083e4dfa2
commit
7adc342ec5
1 changed files with 1 additions and 4 deletions
|
|
@ -246,10 +246,7 @@ The FILENAME part of the 'none' output type will be ignored,
|
|||
else if the file already exists, it will be overwritten.
|
||||
You can specify this option more than once. Valid file output TYPEs
|
||||
are %(loggertypes)s. You can specify this option multiple times to output
|
||||
to more than one file.
|
||||
|
||||
Default is no file output. If console output is not specified with -o,
|
||||
this option suppresses all console output by implying '-o none'.""") % \
|
||||
to more than one file. Default is no file output.""") % \
|
||||
{'loggertypes': linkcheck.LoggerKeys})
|
||||
group.add_option("--status", action="store_true", dest="status",
|
||||
help=_(
|
||||
|
|
|
|||
Loading…
Reference in a new issue