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 25ddd97 Fix for NLPCRAFT-205.
25ddd97 is described below
commit 25ddd97b4e793f229a543be13b19e90655d45618
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon Dec 21 15:39:58 2020 -0800
Fix for NLPCRAFT-205.
---
.../main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
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 5a50544..ff2589d 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
@@ -1434,9 +1434,7 @@ object NCCli extends App {
s" ${y("> $cmd /c dir")}\n" +
s" Runs Windows ${c("dir")} command in a separate shell.\n"
+
s" ${y("> $ls -la")}\n" +
- s" Runs Linux/Unix ${c("ls -la")} command.\n" +
- s" ${y("> $mvn clean package")}\n" +
- s" Runs Maven build."
+ s" Runs Linux/Unix ${c("ls -la")} command.\n"
)
if (args.isEmpty) { // Default - show abbreviated help.