From 69c00ebbe4f29f53c6b686948f5b233b6b050eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Thu, 4 Sep 2014 16:26:30 -0400 Subject: [PATCH] Make help output help2man-friendly These changes follow regular advices for CLI output and allow help2man to produce a meaningful manpage out of it. --- bin/php-parse.php | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/bin/php-parse.php b/bin/php-parse.php index 7e83ac0..c04ff08 100755 --- a/bin/php-parse.php +++ b/bin/php-parse.php @@ -84,25 +84,20 @@ foreach ($files as $file) { function showHelp($error) { die($error . "\n\n" . <<