mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-11-13 07:31:15 +01:00
Added help description.
This commit is contained in:
parent
9facd32496
commit
962c421b1d
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@ switch (process.argv[2]) {
|
|||
break;
|
||||
case "--help":
|
||||
// TODO
|
||||
console.log("git-stats");
|
||||
console.log(
|
||||
"git-stats"
|
||||
+ "\nA GitHub-like contributions calendar, but locally, with all your git commits."
|
||||
);
|
||||
break;
|
||||
default:
|
||||
GitStats.get(function (err, data) {
|
||||
|
|
Loading…
Reference in a new issue