PHP Parallel Lint version 0.9.1 ------------------------------- Usage: parallel-lint [sa] [-p php] [-e ext] [-j num] [--exclude dir] [files or directories] Options: -p Specify PHP-CGI executable to run (default: 'php'). -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) --exclude Exclude directory. If you want exclude multiple directories, use multiple exclude parameters. -j Run jobs in parallel (default: 10). --no-colors Disable colors in console output. --json Output results as JSON string (require PHP 5.4). --blame Try to show git blame for row with error. --git Path to Git executable to show blame message (default: 'git'). --stdin Load files and folder to test from standard input. --ignore-fails Ignore failed tests. -h, --help Print this help.