From 02434606b550f1ab17a00b7315af2e2ec9c49d88 Mon Sep 17 00:00:00 2001 From: shenzheng4 Date: Mon, 11 Sep 2023 10:22:40 +0800 Subject: [PATCH] gs_ctl check add help --- src/bin/pg_ctl/pg_ctl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_ctl/pg_ctl.cpp b/src/bin/pg_ctl/pg_ctl.cpp index 57bf63823..91a1cfc79 100755 --- a/src/bin/pg_ctl/pg_ctl.cpp +++ b/src/bin/pg_ctl/pg_ctl.cpp @@ -3771,7 +3771,7 @@ static void do_help(void) printf(_(" -b, --mode=MODE the mode of building the datanode or coordinator." "MODE can be \"full\", \"incremental\", " "\"auto\", \"standby_full\", \"copy_secure_files\", \"copy_upgrade_file\", \"cross_cluster_full\", " - "\"cross_cluster_incremental\", \"cross_cluster_standby_full\"\n")); + "\"cross_cluster_incremental\", \"cross_cluster_standby_full\", \"check\"\n")); printf(_(" -D, --pgdata=DATADIR location of the database storage area\n")); printf(_(" -s, --silent only print errors, no informational messages\n")); printf(_(" -t, --timeout=SECS seconds to wait when using -w option\n"));