Skip to content

Commit 333704b

Browse files
committed
Added the raw option in the help
1 parent 7a89fd9 commit 333704b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.blah/README.ejs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Then, run `<%- _.pack.name %> --help` and see what the cli tool can do.
7373
7474
7575
```sh
76-
$ git-stats --help
76+
$ git-stats -h
7777
Usage: git-stats [options]
7878
7979
Options:
@@ -90,6 +90,7 @@ Options:
9090
--record <data> Records a new commit. Don't use this unless you
9191
are a mad scientist. If you are a developer, just
9292
use this option as part of the module.
93+
-r, --raw Outputs a dump of the raw JSON data.
9394
-h, --help Displays this help.
9495
-v, --version Displays version information.
9596

0 commit comments

Comments
 (0)