perl/modules/W3C/LinkChecker/bin checklink,4.85,4.86 checklink.pod,1.18,1.19

Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv2790

Modified Files:
	checklink checklink.pod 
Log Message:
Improve documentation of --indicator.

Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.85
retrieving revision 4.86
diff -u -d -r4.85 -r4.86
--- checklink	10 Feb 2008 12:06:32 -0000	4.85
+++ checklink	10 Feb 2008 13:17:03 -0000	4.86
@@ -660,7 +660,7 @@
  -R, --no-referer           Do not send the Referer HTTP header.
  -q, --quiet                No output if no errors are found (implies -s).
  -v, --verbose              Verbose mode.
- -i, --indicator            Show progress while parsing.
+ -i, --indicator            Show percentage of lines processed while parsing.
  -u, --user USERNAME        Specify a username for authentication.
  -p, --password PASSWORD    Specify a password.
  --hide-same-realm          Hide 401's that are in the same realm as the

Index: checklink.pod
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink.pod,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- checklink.pod	17 Aug 2007 21:04:42 -0000	1.18
+++ checklink.pod	10 Feb 2008 13:17:03 -0000	1.19
@@ -101,7 +101,8 @@
 
 =item B<-i, --indicator>
 
-Show progress while parsing.
+Show progress while parsing as percentage of lines processed.  No
+indicator is shown for documents containing no linefeeds.
 
 =item B<-u, --user> I<username>
 

Received on Sunday, 10 February 2008 13:17:14 UTC