Fixing typo for path.conf location (#19098)

Changing -Ees.path.conf to -Epath.conf
This commit is contained in:
jalvar08 2016-06-30 10:42:01 -04:00 committed by Clinton Gormley
parent 5903966dc8
commit dbf1f61c5b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ setting, as follows:
[source,sh] [source,sh]
------------------------------- -------------------------------
./bin/elasticsearch -Ees.path.conf=/path/to/my/config/ ./bin/elasticsearch -Epath.conf=/path/to/my/config/
------------------------------- -------------------------------
[float] [float]