File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def main():
3232 parser .add_argument ('--nojoined' , action = 'store_true' , help = "don't autodetect joined table inheritance" )
3333 parser .add_argument ('--noinflect' , action = 'store_true' , help = "don't try to convert tables names to singular form" )
3434 parser .add_argument ('--nobackrefs' , action = 'store_true' , help = "don't include backrefs" )
35- parser .add_argument ('--flask' , action = 'store_false ' , help = "use Flask-SQLAlchemy columns" )
35+ parser .add_argument ('--flask' , action = 'store_true ' , help = "use Flask-SQLAlchemy columns" )
3636 parser .add_argument ('--ignorefk' , action = 'store_true' , help = "Don't check fk constraints on specified columns (comma-separated)" )
3737 parser .add_argument ('--outfile' , type = argparse .FileType ('w' ), default = sys .stdout ,
3838 help = 'file to write output to (default: stdout)' )
You can’t perform that action at this time.
0 commit comments