fix help message for force-exit

This commit is contained in:
pooya parsa 2019-02-06 23:12:04 +03:30
parent a347ef9b94
commit b1a16c995e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export default {
'force-exit': { 'force-exit': {
type: 'boolean', type: 'boolean',
default: false, default: false,
description: 'Do not force Nuxt.js to exit after the command has finished (this option has no effect on commands which start a server)' description: 'Force Nuxt.js to exit after the command has finished (this option has no effect on commands which start a server)'
}, },
version: { version: {
alias: 'v', alias: 'v',