Skip to content

Commit

Permalink
Merge pull request foreversd#776 from nel215/feature/added_killtree_d…
Browse files Browse the repository at this point in the history
…escription

Added --killTree description
  • Loading branch information
indexzero committed Nov 20, 2015
2 parents 77041c3 + a39cda4 commit a44c601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ forever start app.js
-w, --watch Watch for file changes
--watchDirectory Top-level directory to watch from
--watchIgnore To ignore pattern when watch is enabled (multiple option is allowed)
-t, --killTree Kills the entire child process tree on `stop`
--killSignal Support exit signal customization (default is SIGKILL),
used for restarting script gracefully e.g. --killSignal=SIGTERM
-h, --help You're staring at it
Expand Down
1 change: 1 addition & 0 deletions lib/forever/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ var help = [
' -w, --watch Watch for file changes',
' --watchDirectory Top-level directory to watch from',
' --watchIgnore To ignore pattern when watch is enabled (multiple option is allowed)',
' -t, --killTree Kills the entire child process tree on `stop`',
' --killSignal Support exit signal customization (default is SIGKILL)',
' used for restarting script gracefully e.g. --killSignal=SIGTERM',
' -h, --help You\'re staring at it',
Expand Down

0 comments on commit a44c601

Please sign in to comment.