repmgrd: -v/--verbose option does not require a parameter

This commit is contained in:
Ian Barwick
2016-01-05 10:45:47 +09:00
parent 787cd94142
commit 7b2439b824

View File

@@ -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)
{