Fix getopt for ignore-rsync-warning

The change was loosed during merge and not checked in master/
This commit is contained in:
Cédric Villemain
2011-04-10 22:42:38 +02:00
parent f824189692
commit c4ae5741a3

View File

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