diff --git a/repmgr-client-global.h b/repmgr-client-global.h index 0686105f..b87180f4 100644 --- a/repmgr-client-global.h +++ b/repmgr-client-global.h @@ -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, \ diff --git a/repmgr-client.h b/repmgr-client.h index d4e20a89..68063483 100644 --- a/repmgr-client.h +++ b/repmgr-client.h @@ -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},