From 1b35822594cfd1b5479d7c955b685483e9efd8b4 Mon Sep 17 00:00:00 2001 From: Jan Zaloudek Date: Sun, 30 Mar 2014 15:05:29 +0200 Subject: [PATCH] removed --pedantic option - it is useless for now --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 318c7d1..6b04124 100644 --- a/main.js +++ b/main.js @@ -8,7 +8,7 @@ var Parser = require('./parser'); commander .version(package.version) .usage('[options] ') - .option('-p, --pedantic', 'Pedantic mode is checking for inconsistency in map', true) + //.option('-p, --pedantic', 'Pedantic mode is checking for inconsistency in map', true) .option('-f, --foreign-keys', 'Disable foreign keys') .option('-l, --leave-content', 'Does not truncate tables') .parse(process.argv);