Skip to content

Commit

Permalink
Made README file plain text due to display problems with markdown on …
Browse files Browse the repository at this point in the history
…GitHub.
  • Loading branch information
Stefan Priebsch authored and Stefan Priebsch committed Jul 30, 2009
1 parent 0304de9 commit d7715e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.markdown → README
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ phpca

When running from the source tree, use:

`php src/phpca.php -p <path> <file or directory>`
`php src/phpca.php -p <path> <file or directory>`

where &lt;path&gt; is the bath to the PHP binary (required for the lint check
that is done before tokenizing the file) and &lt;file or directory&gt; is either
where <path> is the bath to the PHP binary (required for the lint check
that is done before tokenizing the file) and <file or directory> is either
a single PHP file or a directory. If a directory is given, all *.php files
in that directory and its subdirectories will be analyzed.

To run from Phar archive (to create a Phar archive, run "phing phar"), use:

`php phpca.phar -p &lt;path&gt; &lt;file or directory&gt;`
`php phpca.phar -p <path> <file or directory>`

The other command line switches phpca currently supports are:

-p &lt;file&gt;
--php &lt;file&gt; Specify path to PHP executable (required).
-p <file>
--php <file> Specify path to PHP executable (required).

-l
--list List all built-in rules.
Expand Down

0 comments on commit d7715e9

Please sign in to comment.