Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated doc
  • Loading branch information
petruisfan committed Nov 14, 2016
1 parent 21aa2eb commit 24868fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -61,6 +61,9 @@ clean up all the inter-module references, and without a whole new
--harmony
Start node with --harmony flag.

--inspect
Start node with --inspect flag.

-n|--no-restart-on error|exit|success
Don't automatically restart the supervised program if it ends.
Supervisor will wait for a change in the source files.
Expand Down
2 changes: 2 additions & 0 deletions lib/supervisor.js
Expand Up @@ -308,6 +308,8 @@ function help () {
("")
(" --harmony")
(" Start node with --harmony flag.")
(" --inspect")
(" Start node with --inspect flag.")
("")
(" --harmony_default_parameters")
(" Start node with --harmony_default_parameters flag.")
Expand Down

0 comments on commit 24868fc

Please sign in to comment.