Update NCCliCommands.scala
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 @@
                         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."
                 )
             )
         ),