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);