changeset 82:5485b66c3445

initial switchover done
author catherine@localhost
date Thu, 15 May 2008 14:01:20 -0400
parents 32c868fca272
children 5701fb63e81d
files sqlpyPlus.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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: