From d51bb22f23f2d78ca5116d48e0726ea3ee9fed07 Mon Sep 17 00:00:00 2001 From: CSOscarTanner Date: Tue, 21 Oct 2014 14:33:33 -0200 Subject: [PATCH] Fixed problem with the parser of the value of the parameter -i. --- ios-deploy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios-deploy.c b/ios-deploy.c index 1189753..cbd4342 100644 --- a/ios-deploy.c +++ b/ios-deploy.c @@ -1510,7 +1510,7 @@ int main(int argc, char *argv[]) { }; char ch; - while ((ch = getopt_long(argc, argv, "VmcdvunrILib:a:t:g:x:p:1:2:o:l::w::", longopts, NULL)) != -1) + while ((ch = getopt_long(argc, argv, "VmcdvunrILi:b:a:t:g:x:p:1:2:o:l::w::", longopts, NULL)) != -1) { switch (ch) { case 'm':