doc: command to unpause should be 'unpause'

GitHub #530.
This commit is contained in:
Fabio Pardi
2019-01-16 16:25:55 +01:00
committed by Ian Barwick
parent ff0e480fdd
commit 9f04a846ec

View File

@@ -121,7 +121,7 @@ NOTICE: node 3 (node3) paused</programlisting>
<para>
To unpause <application>repmgrd</application>, execute <link linkend="repmgr-daemon-unpause"><command>repmgr daemon unpause</command></link>, e.g.:
<programlisting>
$ repmgr -f /etc/repmgr.conf daemon pause
$ repmgr -f /etc/repmgr.conf daemon unpause
NOTICE: node 1 (node1) unpaused
NOTICE: node 2 (node2) unpaused
NOTICE: node 3 (node3) unpaused</programlisting>