mirror of
https://github.com/danog/PHP-Parser.git
synced 2025-01-20 12:46:47 +01:00
Add line returns
Add line returns to the help message so that the terminal won't end up on the same line.
This commit is contained in:
parent
e26e63e9b0
commit
1a93cc3b9d
@ -91,6 +91,8 @@ Example:
|
|||||||
php php-parse.php -d -p -N -d file.php
|
php php-parse.php -d -p -N -d file.php
|
||||||
|
|
||||||
Dumps nodes, pretty prints them, then resolves names and dumps them again.
|
Dumps nodes, pretty prints them, then resolves names and dumps them again.
|
||||||
|
|
||||||
|
|
||||||
OUTPUT
|
OUTPUT
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -139,4 +141,4 @@ function parseArgs($args) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return array($operations, $files);
|
return array($operations, $files);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user