update helper text

This commit is contained in:
weboko 2022-12-22 18:51:19 +01:00
parent c32e4953b5
commit 6720385895
No known key found for this signature in database

View File

@ -23,7 +23,7 @@ const init = async (name, description, version) => {
}) })
.option( .option(
"-t, --template <path-to-template>", "-t, --template <path-to-template>",
"specify a template for the created project or you can skip and select template manually" "specify a template for the created project or you can use the wizard."
) )
.allowUnknownOption() .allowUnknownOption()
.parse() .parse()