This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new 6d57ef1 Update NCCliCommands.scala
6d57ef1 is described below
commit 6d57ef1b6256dc0d7b757855cabaf05ea27b8d42
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Jun 20 13:10:09 2021 -0700
Update NCCliCommands.scala
---
.../apache/nlpcraft/model/tools/cmdline/NCCliCommands.scala | 10 ++++------
1 file changed, 4 insertions(+), 6 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 56281d1..c6e9853 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
@@ -737,9 +737,8 @@ private [cmdline] object NCCliCommands {
desc =
s"Comma separated list of fully qualified class names
for models to deploy. This will override " +
s"${y("'nlpcraft.probe.models'")} configuration
property from either default configuration file " +
- s"or the one provided by ${c("--cfg")} parameter. Note
that if you provide the list of your " +
- s"own models here or in configuration file - you must
also provide the additional classpath " +
- s"for them via ${c("--cp")} parameter."
+ s"or the one provided by ${c("--cfg")} parameter. Note
that you also must provide the additional " +
+ s"classpath via ${c("--cp")} parameter."
),
Parameter(
id = "jvmopts",
@@ -827,9 +826,8 @@ private [cmdline] object NCCliCommands {
value = Some("<model list>"),
optional = true,
desc =
- s"Comma separated list of fully qualified class names
for models to test. NOTE: if you provide " +
- s"the list of your own models here - you must also
provide the additional classpath " +
- s"for them via ${c("--cp")} parameter."
+ s"Comma separated list of fully qualified class names
for models to test. Note that you also " +
+ s"must provide the additional classpath via
${c("--cp")} parameter."
),
Parameter(
id = "jvmopts",