Skip to content

Commit

Permalink
Updated README to express new instant-kill option
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander J. Lallier committed Jul 9, 2015
1 parent dfa2911 commit ac5cb35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ clean up all the inter-module references, and without a whole new
--force-watch
Use fs.watch instead of fs.watchFile.
This may be useful if you see a high cpu load on a windows machine.
--instant-kill
Instantly kills the server process, instead of gracefully shutting down the server.
This can be useful when the node app has events attached to SIGTERM or SIGINT so as to do a graceful shutdown before the process exits.

-h|--help|-?
Display these usage instructions.
Expand Down

0 comments on commit ac5cb35

Please sign in to comment.