Skip to content

Commit

Permalink
[fix] Add --killSignal to help
Browse files Browse the repository at this point in the history
  • Loading branch information
julianduque committed Dec 12, 2013
1 parent b2b49d1 commit 2e75aa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ You can use forever to run any kind of script continuously (whether it is writte
-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)
--killSignal Support exit signal customization (default is SIGKILL), used for restarting script gracefully eg. --killSignal=SIGTERM
--killSignal Support exit signal customization (default is SIGKILL),
used for restarting script gracefully eg. --killSignal=SIGTERM
-h, --help You're staring at it
[Long Running Process]
Expand Down
2 changes: 2 additions & 0 deletions lib/forever/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ 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)',
' --killSignal Support exit signal customization (default is SIGKILL)',
' used for restarting script gracefully eg. --killSignal=SIGTERM',
' -h, --help You\'re staring at it',
'',
'[Long Running Process]',
Expand Down

0 comments on commit 2e75aa1

Please sign in to comment.