Remove the "-f" script argument from the documentation

Closes #4778.
This commit is contained in:
David Pilato 2014-01-17 11:44:30 +01:00
parent 612044b386
commit 38874e5f9b

View File

@ -44,7 +44,7 @@ anything set using either `JAVA_OPTS` or `ES_JAVA_OPTS`. For example:
[source,sh]
--------------------------------------------------
$ bin/elasticsearch -f -Xmx2g -Xms2g -Des.index.store.type=memory --node.name=my-node
$ bin/elasticsearch -Xmx2g -Xms2g -Des.index.store.type=memory --node.name=my-node
--------------------------------------------------
*************************************************************************
--