mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Fix typo
"node join" should be "node rejoin"
This commit is contained in:
@@ -112,7 +112,7 @@ typedef struct
|
|||||||
bool has_passfile;
|
bool has_passfile;
|
||||||
bool replication_connection;
|
bool replication_connection;
|
||||||
|
|
||||||
/* "node join" options */
|
/* "node rejoin" options */
|
||||||
char config_files[MAXLEN];
|
char config_files[MAXLEN];
|
||||||
|
|
||||||
/* "node service" options */
|
/* "node service" options */
|
||||||
@@ -162,7 +162,7 @@ typedef struct
|
|||||||
false, \
|
false, \
|
||||||
/* "node check" options */ \
|
/* "node check" options */ \
|
||||||
false, false, false, false, false, false, false, false, \
|
false, false, false, false, false, false, false, false, \
|
||||||
/* "node join" options */ \
|
/* "node rejoin" options */ \
|
||||||
"", \
|
"", \
|
||||||
/* "node service" options */ \
|
/* "node service" options */ \
|
||||||
"", false, false, false, \
|
"", false, false, false, \
|
||||||
|
|||||||
@@ -159,7 +159,7 @@ static struct option long_options[] =
|
|||||||
|
|
||||||
/* "standby switchover" options
|
/* "standby switchover" options
|
||||||
*
|
*
|
||||||
* Note: --force-rewind accepted to pass to "node join"
|
* Note: --force-rewind accepted to pass to "node rejoin"
|
||||||
*/
|
*/
|
||||||
{"always-promote", no_argument, NULL, OPT_ALWAYS_PROMOTE},
|
{"always-promote", no_argument, NULL, OPT_ALWAYS_PROMOTE},
|
||||||
{"siblings-follow", no_argument, NULL, OPT_SIBLINGS_FOLLOW},
|
{"siblings-follow", no_argument, NULL, OPT_SIBLINGS_FOLLOW},
|
||||||
|
|||||||
Reference in New Issue
Block a user