Skip to content

Commit 4e0b43b

Browse files
committed
Update examples in README
1 parent 2ea43fe commit 4e0b43b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ $ python setup.py install
3636
See output of command:
3737

3838
```
39-
$ gitchart -h
39+
$ gitchart --help
4040
```
4141

4242
## Examples
4343

4444
Generate 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

5656
Generate bar chart with commits by version (git tag):

0 commit comments

Comments
 (0)