From 62bb3db1f89aefec2b162ca776c8ae089102fdc3 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 24 Feb 2016 15:27:08 +0900 Subject: [PATCH] Fix code comment --- repmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.c b/repmgr.c index 72a0c829..03fe8edd 100644 --- a/repmgr.c +++ b/repmgr.c @@ -175,7 +175,7 @@ main(int argc, char **argv) {"terse", required_argument, NULL, 't'}, {"mode", required_argument, NULL, 'm'}, {"remote-config-file", required_argument, NULL, 'C'}, - /* deprecated from 3.2; replaced with -P/----pwprompt */ + /* deprecated from 3.2; replaced with -P/--pwprompt */ {"initdb-no-pwprompt", no_argument, NULL, 1}, {"check-upstream-config", no_argument, NULL, 2}, {"recovery-min-apply-delay", required_argument, NULL, 3},