A couple of small fixes in docs (#1285)

* fix formatting in release notes
* fix patronictl reinit command name
This commit is contained in:
Alexander Kukushkin
2019-11-21 10:39:28 +01:00
committed by GitHub
parent 2f9a48fae4
commit 35a2ccf8a8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ Release notes
=============
Version 1.6.1
-------------
**New features**
+1 -1
View File
@@ -333,4 +333,4 @@ Reinitialize endpoint
The call might fail if Patroni is in a loop trying to recover (restart) a failed Postgres. In order to overcome this problem one can specify ``{"force":true}`` in the request body.
The reinitialize endpoint is used by ``patronictl reinitialize``.
The reinitialize endpoint is used by ``patronictl reinit``.