Skip to content

Commit

Permalink
Add init to help
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jul 2, 2021
1 parent 5a71630 commit 7695665
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions lib/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7695665

Please sign in to comment.