From 02589714c9e2e0bceb42969f9930d015987071dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sun, 3 May 2015 13:47:10 +0300 Subject: [PATCH] Updated the examples --- bin/git-stats | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/git-stats b/bin/git-stats index 681c3c9..24ed978 100755 --- a/bin/git-stats +++ b/bin/git-stats @@ -27,10 +27,10 @@ var recordOpt = new CLP.Option(["record"], "Records a new commit. Don't use this , version: Package.version , exe: Package.name , examples: [ - "git-stats # Displays your commit calendar" - , "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" + "git-stats # Default behavior (stats in the last year)" + , "git-stats -l # Light mode" + , "git-stats -s '1 January 2012' # All the commits from 1 January 2012 to now" + , "git-stats -s '1 January 2012' -s '31 December 2012' # All the commits from 2012" ] , docs_url: "https://github.com/IonicaBizau/git-stats" , notes: "Your commit history is kept in the .git-stats, in your $HOME directory (~/)"