From dbdf8fb464e790050d862f2b3b6eab79578a08ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 9 Feb 2015 14:36:35 +0200 Subject: [PATCH] Updated help content --- bin/docs/help | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/docs/help b/bin/docs/help index 7f82c28..3ae7272 100644 --- a/bin/docs/help +++ b/bin/docs/help @@ -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 (~/)