chore: fix lint command description

This commit is contained in:
Evan You
2018-02-02 01:38:42 -05:00
parent d40d4b4b4e
commit 70939ef2ad

View File

@@ -19,7 +19,7 @@ module.exports = (api, { lintOnSave }) => {
}
api.registerCommand('lint', {
descriptions: 'lint source files',
description: 'lint and fix source files',
usage: 'vue-cli-service lint [options] [...files]',
options: {
'--format [formatter]': 'specify formatter (default: codeframe)',