mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-30 04:29:15 +01:00
Merge pull request #152 from Fullmetal5/master
Add line returns in php-parse help message
This commit is contained in:
commit
800d278369
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user