From fec65bde3df12e6f19c8d664f1fe7097bd2a9b0e Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 27 Mar 2015 18:09:41 +0900 Subject: [PATCH] Fix typo in -?/--help output --- repmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.c b/repmgr.c index 4f4ad840..1f409d1a 100644 --- a/repmgr.c +++ b/repmgr.c @@ -2232,7 +2232,7 @@ help(const char *progname) printf(_(" -p, --port=PORT database server port\n")); printf(_(" -U, --username=USERNAME database user name to connect as\n")); printf(_("\nConfiguration options:\n")); - printf(_(" -b. --pg_bindir=PATH path to PostgreSQL binaries (optional)\n")); + printf(_(" -b, --pg_bindir=PATH path to PostgreSQL binaries (optional)\n")); printf(_(" -D, --data-dir=DIR local directory where the files will be\n" \ " copied to\n")); printf(_(" -l, --local-port=PORT standby or witness server local port\n"));