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;]]>