From ab720095b804089f0c192d458980793c82555ffb Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sun, 16 Sep 2018 22:45:25 +0200 Subject: [PATCH] updated cmd.helper.js --- lib/util/cmd.helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/cmd.helper.js b/lib/util/cmd.helper.js index 0aa65ed144..e473f033bc 100644 --- a/lib/util/cmd.helper.js +++ b/lib/util/cmd.helper.js @@ -18,7 +18,7 @@ program .option('-u, --user ', 'username of database / root by default') .option('-p, --password ', 'password of database / empty by default') .option('-d, --database ', 'database schema name') - .option('-r, --ipAddress ', 'IP interface of your server / locahost by default') + .option('-r, --ipAddress ', 'IP interface of your server / localhost by default') .option('-n, --portNumber ', 'port number for app / 3000 by default') .option('-o, --port ', 'port number for mysql / 3306 by default') .option('-s, --storageFolder ', 'storage folder / current working dir by default / available only with local')