mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix help message for force-exit
This commit is contained in:
parent
a347ef9b94
commit
b1a16c995e
@ -32,7 +32,7 @@ export default {
|
||||
'force-exit': {
|
||||
type: 'boolean',
|
||||
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: {
|
||||
alias: 'v',
|
||||
|
Loading…
Reference in New Issue
Block a user