Added the raw option in the help

This commit is contained in:
Ionică Bizău 2015-10-12 17:40:27 +03:00
parent 7a89fd9f72
commit 333704bb80

View file

@ -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 <data> 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.