# HG changeset patch # User catherine@localhost # Date 1210874480 14400 # Node ID 5485b66c344521ab90c78fec75b598edc461d3c3 # Parent 32c868fca27278308784642f5a64479cc9581d25 initial switchover done diff -r 32c868fca272 -r 5485b66c3445 sqlpyPlus.py --- a/sqlpyPlus.py Thu May 15 13:58:39 2008 -0400 +++ b/sqlpyPlus.py Thu May 15 14:01:20 2008 -0400 @@ -529,7 +529,7 @@ traceback.print_exc(file=sys.stdout) self.sqlBuffer.append(self.query) - @options([make_option('-f', '--full', action='store-true', help='get dependent objects as well')]) + @options([make_option('-f', '--full', action='store_true', help='get dependent objects as well')]) def do_pull(self, arg, opts): """Displays source code.""" @@ -547,7 +547,7 @@ except cx_Oracle.DatabaseError: pass - @options([make_option('-i', '--insensitive', action='store-true', help='case-insensitive search')]) + @options([make_option('-i', '--insensitive', action='store_true', help='case-insensitive search')]) def do_find(self, arg, opts): """Finds argument in source code.""" @@ -831,7 +831,7 @@ def do_create(self, arg): self.anon_plsql('create ' + arg) - @options([make_option('-l', '--long', action='store-true', help='long descriptions')]) + @options([make_option('-l', '--long', action='store_true', help='long descriptions')]) def do_ls(self, arg, opts): where = '' if arg: