link-checker commit: Add -R/--no-referer to --help output.

changeset:   178:7907bdee0c65
user:        ville
date:        Fri Aug 17 21:06:56 2007 +0000
files:       bin/checklink
description:
Add -R/--no-referer to --help output.


diff -r 2d64fbf084ef -r 7907bdee0c65 bin/checklink
--- a/bin/checklink	Fri Aug 17 21:04:42 2007 +0000
+++ b/bin/checklink	Fri Aug 17 21:06:56 2007 +0000
@@ -5,7 +5,7 @@
 # (c) 1999-2007 World Wide Web Consortium
 # based on Renaud Bruyeron's checklink.pl
 #
-# $Id: checklink,v 4.62 2007-08-17 21:04:41 ville Exp $
+# $Id: checklink,v 4.63 2007-08-17 21:06:56 ville Exp $
 #
 # This program is licensed under the W3C(r) Software License:
 #       http://www.w3.org/Consortium/Legal/copyright-software
@@ -204,7 +204,7 @@
   $PROGRAM     = 'W3C-checklink';
   $VERSION     = '4.3';
   $REVISION    = sprintf('version %s (c) 1999-2007 W3C', $VERSION);
-  my ($cvsver) = q$Revision: 4.62 $ =~ /(\d+[\d\.]*\.\d+)/;
+  my ($cvsver) = q$Revision: 4.63 $ =~ /(\d+[\d\.]*\.\d+)/;
   $AGENT       = sprintf('%s/%s [%s] %s',
                          $PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent());
 
@@ -608,6 +608,7 @@
                             whose full, canonical URIs match REGEXP.
  -L, --languages LANGS      Accept-Language header to send.  The special value
                             'auto' causes autodetection from the environment.
+ -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.

Received on Thursday, 5 August 2010 14:47:20 UTC