diff --git a/repmgrd.c b/repmgrd.c index 779d7246..c05e5f29 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -142,7 +142,7 @@ main(int argc, char **argv) set_progname(argv[0]); - while ((c = getopt_long(argc, argv, "?Vf:v:mdp:", long_options, &optindex)) != -1) + while ((c = getopt_long(argc, argv, "?Vf:vmdp:", long_options, &optindex)) != -1) { switch (c) {