From 7c6f0e31d3365cee2ba28cd5c45d9ede721ff5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 3 Aug 2015 07:40:43 +0300 Subject: [PATCH] Use the homepage in the docs_url --- bin/git-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-stats b/bin/git-stats index f9fb996..042b778 100755 --- a/bin/git-stats +++ b/bin/git-stats @@ -51,7 +51,7 @@ var recordOpt = new CLP.Option(["record"], "Records a new commit. Don't use this , "git-stats -s '1 January 2012' # All the commits from 1 January 2012 to now" , "git-stats -s '1 January 2012' -u '31 December 2012' # All the commits from 2012" ] - , docs_url: "https://github.com/IonicaBizau/git-stats" + , docs_url: Package.homepage , notes: "Your commit history is kept in ~/.git-stats by default. You can create ~/.git-stats-config to specify different defaults." , process: true }, [