From a1eb61b838eb6d0cf661184a0fa229cc1b20b700 Mon Sep 17 00:00:00 2001 From: Evildoor Date: Sat, 11 Apr 2020 17:54:12 +0200 Subject: [PATCH] Update optionality of arguments. -- is supposed to separate arguments for run.sh and PHP script. The fact that everything works without it is, actually, a bug that would be dealt with later. --- Utils/Dataflow/019_esFormat/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/Dataflow/019_esFormat/run.sh b/Utils/Dataflow/019_esFormat/run.sh index b5f9ce62a..8a1f5bfdb 100755 --- a/Utils/Dataflow/019_esFormat/run.sh +++ b/Utils/Dataflow/019_esFormat/run.sh @@ -6,7 +6,7 @@ ES_CONFIG=$base_dir/../../Elasticsearch/config/es CONFIG_DEFAULT=TRUE usage() { - echo "usage: $(basename "$0") [-h] [-c CONFIG] [--] [ARGS] + echo "usage: $(basename "$0") [-h] [-c CONFIG] [-- [ARGS]] optional arguments: -h, --help show this help message and exit