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:
calvin 2004-08-27 17:43:19 +00:00
parent 6083e4dfa2
commit 7adc342ec5

View file

@ -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=_(