didou Tue Feb 24 15:57:17 2004 EDT
Modified files:
/phpdoc/scripts revcheck.php
Log:
typo and added pear's revcheck hint
http://cvs.php.net/diff.php/phpdoc/scripts/revcheck.php?r1=1.36&r2=1.37&ty=u
Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.36 phpdoc/scripts/revcheck.php:1.37
--- phpdoc/scripts/revcheck.php:1.36 Wed Dec 31 19:47:42 2003
+++ phpdoc/scripts/revcheck.php Tue Feb 24 15:57:17 2004
@@ -27,13 +27,15 @@
the actual english xml files, and print statistics
Usage:
- <?=$argv[0]?> <language-code> [<maintainer>]
+ <?=$argv[0]?> <language-code> [<maintainer>] [><revcheck.html>]
<language-code> must be a valid language code used
in the repository
If you specify <maintainer>, the script only checks
- the files maintaned by the person you add here
+ the files maintained by the person you add here
+
+ If you specify ><revcheck.html>, the output is an html file.
Read more about Revision comments and related
funcionality in the PHP Documentation Howto.