From 672038589584047fd53e7190b4ef93531124ce84 Mon Sep 17 00:00:00 2001 From: weboko Date: Thu, 22 Dec 2022 18:51:19 +0100 Subject: [PATCH] update helper text --- create-waku-app/createApp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-waku-app/createApp.js b/create-waku-app/createApp.js index aaf478c..dddb424 100644 --- a/create-waku-app/createApp.js +++ b/create-waku-app/createApp.js @@ -23,7 +23,7 @@ const init = async (name, description, version) => { }) .option( "-t, --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() .parse()