Fix command-line arguments in REST API spec
The command-line arguments for Elasticsearch must now be specified using -E. This commit fixes the usage of command-line arguments in the REST API spec README.
This commit is contained in:
parent
b456823434
commit
9082c604c1
|
@ -10,7 +10,7 @@ Elasticsearch as follows:
|
||||||
|
|
||||||
[source,sh]
|
[source,sh]
|
||||||
---------------------
|
---------------------
|
||||||
bin/elasticsearch --script.inline true --node.attr.testattr test --path.repo /tmp --repositories.url.allowed_urls 'http://snapshot.*'
|
bin/elasticsearch -E script.inline true -E node.attr.testattr test -E path.repo /tmp -E repositories.url.allowed_urls 'http://snapshot.*'
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
=======================================
|
=======================================
|
||||||
|
|
Loading…
Reference in New Issue