1
0
Эх сурвалжийг харах

Remove the "-f" script argument from the documentation

Closes #4778.
David Pilato 11 жил өмнө
parent
commit
38874e5f9b

+ 1 - 1
docs/reference/setup.asciidoc

@@ -44,7 +44,7 @@ anything set using either `JAVA_OPTS` or `ES_JAVA_OPTS`. For example:
 
 
 [source,sh]
 [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
 --------------------------------------------------
 --------------------------------------------------
 *************************************************************************
 *************************************************************************
 --
 --