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
committed by Greg Smith
parent 3ca0f2db06
commit 1bd8a703c8

View File

@@ -116,7 +116,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)