mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 21:32:10 +01:00
Use the homepage in the docs_url
This commit is contained in:
parent
f6399c77a3
commit
7c6f0e31d3
1 changed files with 1 additions and 1 deletions
|
@ -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' # All the commits from 1 January 2012 to now"
|
||||||
, "git-stats -s '1 January 2012' -u '31 December 2012' # All the commits from 2012"
|
, "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."
|
, notes: "Your commit history is kept in ~/.git-stats by default. You can create ~/.git-stats-config to specify different defaults."
|
||||||
, process: true
|
, process: true
|
||||||
}, [
|
}, [
|
||||||
|
|
Loading…
Reference in a new issue