chore: update help information (#1605)

This commit is contained in:
James George 2021-11-02 15:20:04 +05:30 committed by GitHub
parent e58270a50f
commit 3056c26a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ const resolveTemplate = (template) => {
export default defineNuxtCommand({
meta: {
name: 'init',
usage: 'npx nuxi init [--verbose|-v] [--template,-t] <dir>',
usage: 'npx nuxi init|create [--verbose|-v] [--template,-t] [dir]',
description: 'Initialize a fresh project'
},
async invoke (args) {