From d6303dec6f847d51caa577ce62c8c86e46bec67a Mon Sep 17 00:00:00 2001 From: Scott Dutton Date: Wed, 3 Apr 2019 15:17:26 +0100 Subject: [PATCH] Adjust documentation Its no longer php - its what ever binary which was used to run the command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 816f34b7..fa02590c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For colored output also install the suggested package `jakub-onderka/php-console ## Options for run -- `-p ` Specify PHP-CGI executable to run (default: 'php'). +- `-p ` Specify PHP-CGI executable to run (default: the php binary used to run parallel-lint). - `-s, --short` Set short_open_tag to On (default: Off). - `-a, --asp` Set asp_tags to On (default: Off). - `-e ` Check only files with selected extensions separated by comma. (default: php,php3,php4,php5,phtml,phpt)