From 7adc342ec50da53d2b70d0df4624ce79bac87f8b Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 27 Aug 2004 17:43:19 +0000 Subject: [PATCH] The -onone must be explicit git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1547 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkchecker | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/linkchecker b/linkchecker index f5f7f574..11cb2bc7 100755 --- a/linkchecker +++ b/linkchecker @@ -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=_(