didou           Wed May 26 15:40:27 2004 EDT

  Modified files:              
    /phpdoc/scripts     revcheck.php 
  Log:
  added a link to the revision tracking page and used <?php
  
http://cvs.php.net/diff.php/phpdoc/scripts/revcheck.php?r1=1.41&r2=1.42&ty=u
Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.41 phpdoc/scripts/revcheck.php:1.42
--- phpdoc/scripts/revcheck.php:1.41    Sun May 23 05:52:25 2004
+++ phpdoc/scripts/revcheck.php Wed May 26 15:40:27 2004
@@ -27,7 +27,7 @@
 the actual english xml files, and print statistics
 
   Usage:
-  <?=$argv[0]?> <language-code> [<maintainer>] [><revcheck.html>]
+  <?php echo $argv[0]; ?> <language-code> [<maintainer>] [><revcheck.html>]
 
   <language-code> must be a valid language code used
   in the repository
@@ -38,7 +38,8 @@
   If you specify ><revcheck.html>, the output is an html file.
   
   Read more about Revision comments and related
-  functionality in the PHP Documentation Howto.
+  functionality in the PHP Documentation Howto:
+    http://php.net/manual/howto/translation-revtrack.html
    
   Authors: Thomas Schöfbeck <[EMAIL PROTECTED]>
            Gabor Hojtsy <[EMAIL PROTECTED]>


Reply via email to