Skip to content

Commit

Permalink
Update optionality of arguments.
Browse files Browse the repository at this point in the history
-- 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.
  • Loading branch information
Evildoor committed Apr 11, 2020
1 parent 8a47f98 commit a1eb61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/Dataflow/019_esFormat/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1eb61b

Please sign in to comment.