File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,21 +36,21 @@ $ python setup.py install
3636See output of command:
3737
3838```
39- $ gitchart -h
39+ $ gitchart --help
4040```
4141
4242## Examples
4343
4444Generate pie chart with authors:
4545
4646```
47- $ gitchart -t "Git authors on project X" -r /path/to/gitrepo/ authors authors.svg
47+ $ gitchart --title "Git authors on project X" --repo /path/to/gitrepo/ authors authors.svg
4848```
4949
50- Generate bar chart with commits by year:
50+ Generate bar chart with commits by year using dark style :
5151
5252```
53- $ gitchart -r /path/to/gitrepo/ commits_year commits_year.svg
53+ $ gitchart --style gitchart_dark --repo /path/to/gitrepo/ commits_year commits_year.svg
5454```
5555
5656Generate bar chart with commits by version (git tag):
You can’t perform that action at this time.
0 commit comments