From 35a2ccf8a8413306290c68310a86c24a608ef70d Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Thu, 21 Nov 2019 10:39:28 +0100 Subject: [PATCH] A couple of small fixes in docs (#1285) * fix formatting in release notes * fix patronictl reinit command name --- docs/releases.rst | 1 + docs/rest_api.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/releases.rst b/docs/releases.rst index 78d9b860..8f63a9c7 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -4,6 +4,7 @@ Release notes ============= Version 1.6.1 +------------- **New features** diff --git a/docs/rest_api.rst b/docs/rest_api.rst index 8d2a46df..93d5b52b 100644 --- a/docs/rest_api.rst +++ b/docs/rest_api.rst @@ -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``.