--no-dev-watch isn't intuitive

This commit is contained in:
spalger 2015-08-09 22:55:01 -07:00
parent e79d55b7d9
commit c2e169f189

View file

@ -49,7 +49,7 @@ module.exports = function (program) {
)
.option('--plugins <path>', 'an alias for --plugin-dir', pluginDirCollector)
.option('--dev', 'Run the server with development mode defaults')
.option('--no-dev-watch', 'Prevents automatic restarts of the server in --dev mode')
.option('--no-watch', 'Prevents automatic restarts of the server in --dev mode')
.action(async function (opts) {
if (opts.dev && !isWorker) {
// stop processing the action and handoff to cluster manager