Fixing a typo: 'Qjuote' -> 'Quote'.
[dbsrgits/SQL-Translator.git] / script / sqlt
index 35ad53f..2bfccbe 100755 (executable)
@@ -87,7 +87,7 @@ To translate a schema:
 
     --add-drop-table   Add 'DROP TABLE' statements before creates
     --quote-table-names  Quote all table names in statements
-    --quote-field-names  Qjuote all field names in statements
+    --quote-field-names  Quote all field names in statements
     --no-comments      Don't include comments in SQL output
 
   PostgreSQL Producer Options:
@@ -153,7 +153,7 @@ use Pod::Usage;
 use SQL::Translator;
 
 use vars qw( $VERSION );
-$VERSION = '1.59';
+$VERSION = '1.60';
 
 my $from;             # the original database
 my $to;               # the destination database