From: Andrius Merkys Date: Tue, 7 Jan 2020 15:50:26 +0000 (+0200) Subject: Fixing a typo: 'Qjuote' -> 'Quote'. X-Git-Tag: v1.61~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f24620818d3907ff2911f90076a4f363d902c24c;hp=70aafeedd6733a3a8e17d90f86b66c62663438e5;p=dbsrgits%2FSQL-Translator.git Fixing a typo: 'Qjuote' -> 'Quote'. --- diff --git a/script/sqlt b/script/sqlt index 833f11d..2bfccbe 100755 --- a/script/sqlt +++ b/script/sqlt @@ -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: