diff --git a/repmgr.c b/repmgr.c index 4e8b0b82..4adf87b3 100644 --- a/repmgr.c +++ b/repmgr.c @@ -277,6 +277,7 @@ main(int argc, char **argv) } case 't': runtime_options.terse = true; + break; case 1: runtime_options.initdb_no_pwprompt = true; break;