This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-108
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-108 by this push:
new a1aff98 Update NCCli.scala
a1aff98 is described below
commit a1aff98f890f024fad565a7945d5e3489a3dc741
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Oct 9 19:03:39 2020 -0700
Update NCCli.scala
---
.../src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
index b3d9769..d4f4eda 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
@@ -221,7 +221,7 @@ object NCCli extends App {
private final val CMDS = Seq(
Command(
name = "rest",
- group = "Rest Commands",
+ group = "REST Commands",
synopsis = s"Issues REST call to local REST server.",
desc = Some(
s"All NLPCraft REST API uses HTTP POST and JSON parameters
('Content-Type: application/json' header). " +