From 962c421b1dd2db1430687f500a76c98f6e8f8c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 26 Jan 2015 10:24:23 +0200 Subject: [PATCH] Added help description. --- bin/git-stats | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/git-stats b/bin/git-stats index 84417ca..7170eed 100755 --- a/bin/git-stats +++ b/bin/git-stats @@ -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) {