summaryrefslogtreecommitdiffstats
path: root/usbmuxd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usbmuxd/main.c')
-rw-r--r--usbmuxd/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbmuxd/main.c b/usbmuxd/main.c
index 6fe6688..dde99c2 100644
--- a/usbmuxd/main.c
+++ b/usbmuxd/main.c
@@ -328,7 +328,7 @@ static void parse_opts(int argc, char **argv)
328 int c; 328 int c;
329 329
330 while (1) { 330 while (1) {
331 c = getopt_long(argc, argv, "hfvdu::xX", longopts, (int *) 0); 331 c = getopt_long(argc, argv, "hfvuU::xX", longopts, (int *) 0);
332 if (c == -1) { 332 if (c == -1) {
333 break; 333 break;
334 } 334 }