Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
Fix getopt for ignore-rsync-warning
Browse files Browse the repository at this point in the history
The change was loosed during merge and not checked in master/
  • Loading branch information
Cédric Villemain authored and Cédric Villemain committed Apr 10, 2011
1 parent f824189 commit c4ae574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repmgr.c
Expand Up @@ -117,7 +117,7 @@ main(int argc, char **argv)
}


while ((c = getopt_long(argc, argv, "d:h:p:U:D:f:R:w:F:v", long_options,
while ((c = getopt_long(argc, argv, "d:h:p:U:D:f:R:w:F:I:v", long_options,
&optindex)) != -1)
{
switch (c)
Expand Down

0 comments on commit c4ae574

Please sign in to comment.