diff --git a/src/bin/index.js b/src/bin/index.js index 13df67f..b09e50d 100755 --- a/src/bin/index.js +++ b/src/bin/index.js @@ -168,7 +168,7 @@ yargs(hideBin(process.argv)) }).alias('force', 'f') }, (argv) => { - console.log(_y(`Note: this cmd has been deprecated!`)); + console.log(_y(`Note: the "init" command has been deprecated!`)); console.log("See how to integrate a frontend here:") console.log("https://docs.scrypt.io/how-to-integrate-a-frontend/") })