From 333704bb80f91a71e6dec55dffb037d8a6ad4d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 12 Oct 2015 17:40:27 +0300 Subject: [PATCH] Added the raw option in the help --- .blah/README.ejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.blah/README.ejs b/.blah/README.ejs index 1859192..5a2b7d9 100644 --- a/.blah/README.ejs +++ b/.blah/README.ejs @@ -73,7 +73,7 @@ Then, run `<%- _.pack.name %> --help` and see what the cli tool can do. ```sh -$ git-stats --help +$ git-stats -h Usage: git-stats [options] Options: @@ -90,6 +90,7 @@ Options: --record Records a new commit. Don't use this unless you are a mad scientist. If you are a developer, just use this option as part of the module. + -r, --raw Outputs a dump of the raw JSON data. -h, --help Displays this help. -v, --version Displays version information.