diff --git a/README.md b/README.md index c0cd46e..87722d5 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,6 @@ It can be used within the Node-RED editor or run as a command-line tool. ## Installation and Usage -**This is under active development and has not yet been published to npm. Follow -the [Developing](#developing) instructions to get started.** - - ### In the editor In your Node-RED user directory (typically `~/.node-red`), run: diff --git a/lib/cli/index.js b/lib/cli/index.js index 3695ce0..10c292b 100644 --- a/lib/cli/index.js +++ b/lib/cli/index.js @@ -31,6 +31,7 @@ function help() { -c, --config configfile Configuration file to use, otherwise use .nrlintrc.js -f, --format outputFormat Output format: 'default,json' --debug Output debugging information + --init Generate a default configuration `; console.log(helpMessage); return 0;