diff --git a/bin/git-stats b/bin/git-stats index 686c03f..d6d2138 100755 --- a/bin/git-stats +++ b/bin/git-stats @@ -28,6 +28,7 @@ switch (process.argv[2]) { }); break; case "--help": + case "-h": console.log(Fs.readFileSync(__dirname + "/docs/help", "utf-8")); break; case "-v":