From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Thu, 4 Sep 2014 15:57:22 -0400
Subject: Update help to match command in PATH

---
 bin/php-parse.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/php-parse.php b/bin/php-parse.php
index 982da68..578e5f7 100644
--- a/bin/php-parse.php
+++ b/bin/php-parse.php
@@ -73,11 +73,11 @@ function showHelp($error) {
         <<<OUTPUT
 Usage:
 
-    php php-parse.php [operations] file1.php [file2.php ...]
+    php-parse [operations] file1.php [file2.php ...]
 
 The file arguments can also be replaced with a code string:
 
-    php php-parse.php [operations] "<?php code"
+    php-parse [operations] "<?php code"
 
 Operations is a list of the following options (--dump by default):
 
@@ -89,7 +89,7 @@ Operations is a list of the following options (--dump by default):
 
 Example:
 
-    php php-parse.php -d -p -N -d file.php
+    php-parse -d -p -N -d file.php
 
     Dumps nodes, pretty prints them, then resolves names and dumps them again.
 OUTPUT
