Skip to content

Commit

Permalink
Closes #166
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 8, 2017
1 parent 7335bb2 commit 8a0b4fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Expand Up @@ -7,6 +7,7 @@ All notable changes in PHPLOC are documented in this file using the [Keep a CHAN
### Removed

* Removed the '--git-repository' option (and the corresponding functionality)
* Removed the '--progress' option (and the corresponding functionality)

## [3.0.1] - 2016-04-25

Expand Down
10 changes: 0 additions & 10 deletions README.md
Expand Up @@ -97,13 +97,3 @@ Structure
Global Constants 0 (0.00%)
Class Constants 0 (0.00%)
```

### Analyse a directory for each revision in a Git repository and write the result in CSV format

```
$ phploc --log-csv /tmp/log.csv --progress --git-repository . src
phploc 3.1.0 by Sebastian Bergmann.
177/177 [============================] 100%
```

0 comments on commit 8a0b4fc

Please sign in to comment.