Skip to content

Commit

Permalink
removed --pedantic option - it is useless for now
Browse files Browse the repository at this point in the history
  • Loading branch information
janzal committed Mar 30, 2014
1 parent 3d21345 commit 1b35822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var Parser = require('./parser');
commander
.version(package.version)
.usage('[options] <file ...>')
.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);
Expand Down

0 comments on commit 1b35822

Please sign in to comment.