diff options
author | Michael | 2012-08-14 06:27:41 +0000 |
---|---|---|
committer | Michael | 2012-08-14 06:27:41 +0000 |
commit | ecfaffc851a29902a5169c44358d5290cea0c627 (patch) | |
tree | c814bd2bb08e4b3257d40423249b2ef09891d8c2 | |
parent | cf649481d5d04cb89b1c3632cf998a63d6ebfa74 (diff) |
Add a forgotten \n in --help of pgxc_monitor
This made --help call more difficult to read.
-rw-r--r-- | contrib/pgxc_monitor/pgxc_monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgxc_monitor/pgxc_monitor.c b/contrib/pgxc_monitor/pgxc_monitor.c index 01f046e90a..5db91b7eaa 100644 --- a/contrib/pgxc_monitor/pgxc_monitor.c +++ b/contrib/pgxc_monitor/pgxc_monitor.c @@ -231,7 +231,7 @@ static void usage(void) printf(" Mandatory for -Z gtm or -Z gtm_proxy\n"); printf(" -n nodename Nodename of this pgxc_monitor.\n"); printf(" Only for -Z gtm or -Z gtm_proxy. Default is pgxc_monitor\n"); - printf(" This identifies what is the name of component connecting to GTM."); + printf(" This identifies what is the name of component connecting to GTM.\n"); printf(" -p port Port number of the monitored node. Mandatory for -Z gtm or -Z gtm_proxy\n"); printf(" -q Quiet mode.\n"); printf(" -v Verbose mode.\n"); |