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)
int c;
while (1) {
- c = getopt_long(argc, argv, "hfvdu::xX", longopts, (int *) 0);
+ c = getopt_long(argc, argv, "hfvuU::xX", longopts, (int *) 0);
if (c == -1) {
break;
}