Skip to content

Commit

Permalink
Added new parameters to manual
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Dec 24, 2012
1 parent 9346bd8 commit 87084d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ usually is `/usr/share/pear/theseer`.
Usage
-----

phpab [switches] <directory>
phpab [switches] <directory> [... <directoryN>]

-i, --include File pattern to include (default: *.php)
-e, --exclude File pattern to exclude
Expand All @@ -86,6 +86,9 @@ phpab [switches] <directory>

-o, --output Output file for generated code (default: STDOUT)
-p, --phar Create a phar archive (requires -o )
--bzip2 Compress phar archive using bzip2 (bzip2 required)
--gz Compress phar archive using gzip (gzip required)
--key OpenSSL key file to use for signing phar archive (openssl required)

-c, --compat Generate PHP 5.2 compatible code
-s, --static Generate a static require file
Expand Down

0 comments on commit 87084d6

Please sign in to comment.