Added a clarifying note about argument order in the bin/elasticsearch start script

This commit is contained in:
Clinton Gormley 2015-09-23 13:17:57 +02:00
parent 75e816400c
commit e27ede48ce
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
NAME
start - start Elasticsearcion
start - Start Elasticsearch
SYNOPSIS
@ -24,3 +24,5 @@ OPTIONS
--property=value Configures an elasticsearch specific property, like --network.host 127.0.0.1
--property value
NOTE: The -d, -p, and -D arguments must appear before any --property arguments.