Browse Source

Remove the "-f" script argument from the documentation

Closes #4778.
David Pilato 11 years ago
parent
commit
38874e5f9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/setup.asciidoc

+ 1 - 1
docs/reference/setup.asciidoc

@@ -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
 --------------------------------------------------
 *************************************************************************
 --