Skip to content

Commit

Permalink
[api] Accept --killTree from CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Aug 17, 2012
1 parent d3aedc9 commit 70a6acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forever/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ var getOptions = cli.getOptions = function (file) {
[
'pidFile', 'logFile', 'errFile', 'watch', 'minUptime', 'append',
'silent', 'outFile', 'max', 'command', 'path', 'spinSleepTime',
'sourceDir', 'uid', 'watchDirectory'
'sourceDir', 'uid', 'watchDirectory', 'killTree'
].forEach(function (key) {
options[key] = app.config.get(key);
});
Expand Down

0 comments on commit 70a6acd

Please sign in to comment.