From aa85840872fced3ff186061378dce2e70d38f9c5 Mon Sep 17 00:00:00 2001 From: lukaseder Date: Tue, 5 Feb 2019 17:51:22 +0100 Subject: [PATCH] [#8294] Added documentation --- jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml index 4160147c1e..82e077d336 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml @@ -10168,6 +10168,8 @@ Usage: -t / --to-dialect Specify the output dialect (org.jooq.SQLDialect) -s / --sql Specify the input SQL string + -I / --interactive Enter interactive mode + $ java -cp jooq-{jooq-version}.jar org.jooq.ParserCLI -t ORACLE -s "SELECT substring('abcde', 2, 3)" select substr('abcde', 2, 3) from dual;]]>