From: Antony Dovgal Date: Sun, 10 Sep 2006 11:26:53 +0000 (+0000) Subject: MFH: improve the script X-Git-Tag: php-5.2.0RC4~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42d4e3533e011234650b2e15f8fe7ca5738df94d;p=php MFH: improve the script --- diff --git a/scripts/dev/check_parameters.php b/scripts/dev/check_parameters.php index d08a8b16fb..f79f868963 100644 --- a/scripts/dev/check_parameters.php +++ b/scripts/dev/check_parameters.php @@ -333,4 +333,36 @@ function recurse($path) } } -recurse(PHPDIR); +$dirs = array(); + +if (isset($argc) && $argc > 1) { + if ($argv[1] == '-h' || $argv[1] == '-help' || $argv[1] == '--help') { + echo <<