Skip to content

Commit

Permalink
fix: cli option message
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jun 6, 2022
1 parent 2192a5f commit 9e31eb3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/config/commandOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,15 @@ export default {
},
useChildProcesses: {
type: 'boolean',
usage: 'Uses separate node processes for handlers',
usage: 'Use separate node process to run handlers',
},
useDocker: {
type: 'boolean',
usage: 'Uses docker for node/python/ruby/provided',
},
useWorkerThreads: {
type: 'boolean',
usage:
'Uses worker threads for handlers. Requires node.js v11.7.0 or higher',
usage: "Use 'worker threads' to run handlers.",
},
webSocketHardTimeout: {
type: 'string',
Expand Down

0 comments on commit 9e31eb3

Please sign in to comment.