diff --git a/repmgr-client.c b/repmgr-client.c index bd402df8..008ab5a6 100644 --- a/repmgr-client.c +++ b/repmgr-client.c @@ -177,7 +177,7 @@ main(int argc, char **argv) strncpy(runtime_options.username, pw->pw_name, MAXLEN); } - while ((c = getopt_long(argc, argv, "?Vb:f:Fd:h:p:U:R:S:L:vtD:crC:", long_options, + while ((c = getopt_long(argc, argv, "?Vb:f:FWd:h:p:U:R:S:D:ckL:tvC:", long_options, &optindex)) != -1) { /*