Skip to content

Commit

Permalink
Update bin help
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed Feb 17, 2017
1 parent 0323908 commit 96b7484
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,17 @@ Full list of available options:
``` sh
> php bin\phpca -h
Usage:
phpca [-v] [--no-report] [--no-progress] [FILES ...]
phpca [-v] --extension=<ext> [FILES ...]
phpca [-v] [--no-report] [--no-progress] [--since-version=<version>] FILES...
phpca [-v] --extension=<ext> FILES...
phpca -h
Options:
-h --help Show this text
-v --verbose Show more debug text
--extension=<ext> Look for usage a specific extension
--no-report Turn off summary report
--no-progress Turn off progress
-h --help Show this text
-v --verbose Show more debug text
--extension=<ext> Look for usage a specific extension
--no-report Turn off summary report
--no-progress Turn off progress
--since-version=<version> Only include extensions not included since version
```
# Installation
Expand Down
14 changes: 7 additions & 7 deletions bin/phpca
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ use wapmorgan\PhpCodeAnalyzer\PhpCodeAnalyzer;

$doc = <<<DOC
Usage:
phpca [-v] [--no-report] [--no-progress] [--since-version=<version>] [FILES ...]
phpca [-v] --extension=<ext> [FILES ...]
phpca [-v] [--no-report] [--no-progress] [--since-version=<version>] FILES...
phpca [-v] --extension=<ext> FILES...
phpca -h
Options:
-h --help Show this text
-v --verbose Show more debug text
--extension=<ext> Look for usage a specific extension
--no-report Turn off summary report
--no-progress Turn off progress
-h --help Show this text
-v --verbose Show more debug text
--extension=<ext> Look for usage a specific extension
--no-report Turn off summary report
--no-progress Turn off progress
--since-version=<version> Only include extensions not included since version
DOC;
Expand Down

0 comments on commit 96b7484

Please sign in to comment.