Added handling of "-h" parameter

This commit is contained in:
Fabian Furger 2015-05-03 20:11:56 +01:00
parent c941e03f6b
commit 6aec0c9e09
1 changed files with 1 additions and 0 deletions

View File

@ -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":