diff --git a/ChangeLog.md b/ChangeLog.md index d9d144f..bc8d21b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/README.md b/README.md index 771a8b4..b99ca99 100644 --- a/README.md +++ b/README.md @@ -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% -``` -