"node join" should be "node rejoin"
This commit is contained in:
Ian Barwick
2019-01-14 15:39:13 +09:00
parent 75379eab2e
commit 10be941298
2 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ typedef struct
bool has_passfile;
bool replication_connection;
/* "node join" options */
/* "node rejoin" options */
char config_files[MAXLEN];
/* "node service" options */
@@ -162,7 +162,7 @@ typedef struct
false, \
/* "node check" options */ \
false, false, false, false, false, false, false, false, \
/* "node join" options */ \
/* "node rejoin" options */ \
"", \
/* "node service" options */ \
"", false, false, false, \

View File

@@ -159,7 +159,7 @@ static struct option long_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},
{"siblings-follow", no_argument, NULL, OPT_SIBLINGS_FOLLOW},