Added help description.

This commit is contained in:
Ionică Bizău 2015-01-26 10:24:23 +02:00
parent 9facd32496
commit 962c421b1d
1 changed files with 4 additions and 1 deletions

View File

@ -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) {