From 002477457bcd3b250e7a060f50d873b69d4e6020 Mon Sep 17 00:00:00 2001 From: oof1lab Date: Mon, 13 Nov 2017 15:51:49 +0530 Subject: [PATCH] doc : update --- 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 a5e086e6ab..55e54054cb 100644 --- a/lib/util/cmd.helper.js +++ b/lib/util/cmd.helper.js @@ -18,7 +18,7 @@ program .option('-d, --database ', 'database schema name') .option('-n, --portNumber ', 'port number for app / 3000 by default') .option('-s, --storageFolder ', 'storage folder / current working dir by default / available only with local') - .option('-i, --ignoreTables ', 'comma separated table names to ignore',list) + .option('-i, --ignoreTables ', 'comma separated table names to ignore') .parse(process.argv)