Skip to content

Commit dbdf8fb

Browse files
committed
Updated help content
1 parent 3b576bd commit dbdf8fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

bin/docs/help

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
git-stats --help
22
A GitHub-like contributions calendar, but locally, with all your git commits.
33

4-
usage: git-stats [command] [data]
4+
usage: git-stats [start] [end] [options] [data]
5+
6+
start: Optional start date
7+
end: Optional end date
58

69
options:
710
-v Displays version information.
@@ -17,6 +20,8 @@ examples:
1720
git-stats -v
1821
git-stats -h
1922
git-stats --light # Light mode
23+
git-stats '1 January 2012' # All the commits from 1 January 2012, to now
24+
git-stats '1 January 2012' '31 December 2012' # All the commits from 2012
2025

2126
Your commit history is keept in the .git-stats, in your $HOME directory (~/)
2227

0 commit comments

Comments
 (0)