diff --git a/bin/php-parse.php b/bin/php-parse.php index aa74eed..193ecec 100644 --- a/bin/php-parse.php +++ b/bin/php-parse.php @@ -91,6 +91,8 @@ Example: php php-parse.php -d -p -N -d file.php Dumps nodes, pretty prints them, then resolves names and dumps them again. + + OUTPUT ); } @@ -139,4 +141,4 @@ function parseArgs($args) { } return array($operations, $files); -} \ No newline at end of file +}