You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/01/24 23:53:27 UTC

[incubator-nlpcraft] branch NLPCRAFT-224 updated: Update NCCliCommands.scala

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch NLPCRAFT-224
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-224 by this push:
     new c09b2af  Update NCCliCommands.scala
c09b2af is described below

commit c09b2af4cba8c5e30ca8f62c48efd63cd79d387b
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Sun Jan 24 15:53:18 2021 -0800

    Update NCCliCommands.scala
---
 .../scala/org/apache/nlpcraft/model/tools/cmdline/NCCliCommands.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliCommands.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliCommands.scala
index ac7d882..230a532 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliCommands.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliCommands.scala
@@ -511,8 +511,8 @@ private [cmdline] object NCCliCommands {
                     usage = Seq(
                         s"$PROMPT $SCRIPT_NAME gen-sql",
                         "  --url=jdbc:h2:tcp://localhost:9093/nlp2sql",
-                        "  --org.h2.jdbcx.JdbcDataSource",
-                        "  --schema=public",
+                        "  --org.h2.Driver",
+                        "  --schema=PUBLIC",
                         "  --out=model.yaml"
                     ),
                     desc =