Updated help content

This commit is contained in:
Ionică Bizău 2015-02-09 14:36:35 +02:00
parent 3b576bdc59
commit dbdf8fb464
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,10 @@
git-stats --help
A GitHub-like contributions calendar, but locally, with all your git commits.
usage: git-stats [command] [data]
usage: git-stats [start] [end] [options] [data]
start: Optional start date
end: Optional end date
options:
-v Displays version information.
@ -17,6 +20,8 @@ examples:
git-stats -v
git-stats -h
git-stats --light # Light mode
git-stats '1 January 2012' # All the commits from 1 January 2012, to now
git-stats '1 January 2012' '31 December 2012' # All the commits from 2012
Your commit history is keept in the .git-stats, in your $HOME directory (~/)