Skip to content

Commit e9d0c4f

Browse files
dsanders11Akryum
authored andcommitted
fix: correct typo in ssr:serve usage string (#161)
1 parent 6de3c8e commit e9d0c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module.exports = (api, options) => {
6969

7070
api.registerCommand('ssr:serve', {
7171
description: 'Run the included server.',
72-
usage: 'vue-cli-service serve:ssr [options]',
72+
usage: 'vue-cli-service ssr:serve [options]',
7373
options: {
7474
'-p, --port [port]': 'specify port',
7575
'-h, --host [host]': 'specify host',

0 commit comments

Comments
 (0)