summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPallavi Sontakke2016-04-13 05:38:46 +0000
committerPavan Deolasee2016-10-18 10:05:05 +0000
commitff8f9d026ce0fc8c2e5f31364ac7eb0f88b06870 (patch)
treef0d9eb68dd7fdce81b2da3fb38d56d4832c32fe9
parent6d45f590e1a9c0737ef8b447c064d00c3765bdee (diff)
Make 'help add' more explanatory
Help user to supply 'slave_name' in 'pgxc_ctl add gtm slave', different from others where original node name is expected. Fixes #85
-rw-r--r--contrib/pgxc_ctl/do_command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgxc_ctl/do_command.c b/contrib/pgxc_ctl/do_command.c
index 035400d320..d33eca8ca9 100644
--- a/contrib/pgxc_ctl/do_command.c
+++ b/contrib/pgxc_ctl/do_command.c
@@ -2665,7 +2665,7 @@ do_show_help(char *line)
{
printf(
"\n"
- "add gtm slave name host port dir\n"
+ "add gtm slave slave_name host port dir\n"
"add gtm_proxy name host port dir\n"
"add coordinator master name host port pooler dir extra_conf extra_pghba\n"
"add coordinator slave name host port pooler dir archDir\n"