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

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


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

commit 69fc92920045efc31e14c09a75423bd5a6c7be29
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon Aug 23 23:17:09 2021 -0700

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

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 471350f..0c35f08 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
@@ -644,7 +644,8 @@ private [cmdline] object NCCliCommands {
                         s"""> model-syns -m=my.model.id -e=my:elem 
-p='^start.*'"""
                     ),
                     desc =
-                        s"Issues ${y("'model/syns'")} REST call with given 
model and element IDs filtered by ${y("^start.*")} regex."
+                        s"Issues ${y("'model/syns'")} REST call with given 
model and element IDs having the " +
+                        s"returned synonyms filtered by ${y("^start.*")} 
regex."
                 )
             )
         ),

Reply via email to