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 7d74abd WIP.
7d74abd is described below
commit 7d74abd5174c27351cc86ce1834f0d6e7e0e76a5
Author: Aaron Radzinski <[email protected]>
AuthorDate: Wed Aug 26 22:15:07 2020 -0700
WIP.
---
bin/nccurl.sh | 2 +-
bin/nlpcraft.sh | 2 +-
nlpcraft/src/main/python/ctxword/bin/install_dependencies.sh | 2 +-
nlpcraft/src/main/python/ctxword/bin/start_server.sh | 2 +-
nlpcraft/src/main/python/ctxword/bin/suggest.sh | 2 +-
.../scala/org/apache/nlpcraft/model/tools/cmdline/NCCommandLine.scala | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/bin/nccurl.sh b/bin/nccurl.sh
index 4fc4a42..aaf25a5 100755
--- a/bin/nccurl.sh
+++ b/bin/nccurl.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
diff --git a/bin/nlpcraft.sh b/bin/nlpcraft.sh
index fef112c..cf88bc8 100644
--- a/bin/nlpcraft.sh
+++ b/bin/nlpcraft.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
diff --git a/nlpcraft/src/main/python/ctxword/bin/install_dependencies.sh
b/nlpcraft/src/main/python/ctxword/bin/install_dependencies.sh
index 6f070a6..30c1a3b 100755
--- a/nlpcraft/src/main/python/ctxword/bin/install_dependencies.sh
+++ b/nlpcraft/src/main/python/ctxword/bin/install_dependencies.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
diff --git a/nlpcraft/src/main/python/ctxword/bin/start_server.sh
b/nlpcraft/src/main/python/ctxword/bin/start_server.sh
index e9fe116..1410bd2 100755
--- a/nlpcraft/src/main/python/ctxword/bin/start_server.sh
+++ b/nlpcraft/src/main/python/ctxword/bin/start_server.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
diff --git a/nlpcraft/src/main/python/ctxword/bin/suggest.sh
b/nlpcraft/src/main/python/ctxword/bin/suggest.sh
index 56d400a..2336fbe 100755
--- a/nlpcraft/src/main/python/ctxword/bin/suggest.sh
+++ b/nlpcraft/src/main/python/ctxword/bin/suggest.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCommandLine.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCommandLine.scala
index 6de6236..1274ce3 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCommandLine.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCommandLine.scala
@@ -165,7 +165,7 @@ object NCCommandLine extends App {
|$T___$SCRIPT_NAME - command line interface to control
NLPCraft.
|
|USAGE
- |$T___$SCRIPT_NAME COMMAND [PARAMETERS]
+ |$T___$SCRIPT_NAME [COMMAND] [PARAMETERS]
|
|COMMANDS""".stripMargin
)