Skip to content

Commit

Permalink
Update global option on Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Jul 26, 2015
1 parent 7f0f067 commit 3c4eb0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,16 @@ $ ln -s /path/to/phpqa/bin/phpqa /usr/local/bin/phpqa
### Copy configuration file(s)
```
$ cd to/project/path
$ phpqa init --project=PROJECT --dir=DIR --override
$ phpqa init --project=PROJECT --global --override
```
| Option | Description |
| -------- | ----------------------------- |
| project | Available values `php`, `symfony` and `drupal`. |
| dir | Available values `home`, `current`. |
| global | Copy configuration files to user home directory, instead of current working directory. |
| override | If this option is set, files are copied using override flag. |

**NOTES:**
- Option `global` does not accept a value must be set as `--global`.
- Option `override` does not accept a value must be set as `--override`.

### Analyze a project
Expand Down

0 comments on commit 3c4eb0b

Please sign in to comment.