Remove '--recheck-mergeable' option in 2.11 release notes
This option was removed from the reindex program, so it should not
be given in the example command in the release notes.
Bug: Issue 3205
Change-Id: Ie3929c68b221d4df6b4b6f6d266741ce9bd1820b
diff --git a/ReleaseNotes/ReleaseNotes-2.11.txt b/ReleaseNotes/ReleaseNotes-2.11.txt
index ddac38c..abfeb42 100644
--- a/ReleaseNotes/ReleaseNotes-2.11.txt
+++ b/ReleaseNotes/ReleaseNotes-2.11.txt
@@ -14,7 +14,7 @@
*WARNING:* This release contains schema changes. To upgrade:
----
java -jar gerrit.war init -d site_path
- java -jar gerrit.war reindex --recheck-mergeable -d site_path
+ java -jar gerrit.war reindex -d site_path
----
*WARNING:* Upgrading to 2.11.x requires the server be first upgraded to 2.8 (or