diff --git a/repmgrd.c b/repmgrd.c index d7b65172..21271a11 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -143,7 +143,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) {