diff options
Diffstat (limited to 'tools/ideviceinfo.c')
| -rw-r--r-- | tools/ideviceinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ideviceinfo.c b/tools/ideviceinfo.c index bd3819e..f52cd00 100644 --- a/tools/ideviceinfo.c +++ b/tools/ideviceinfo.c | |||
| @@ -138,6 +138,7 @@ int main(int argc, char *argv[]) | |||
| 138 | { "network", no_argument, NULL, 'n' }, | 138 | { "network", no_argument, NULL, 'n' }, |
| 139 | { "domain", required_argument, NULL, 'q' }, | 139 | { "domain", required_argument, NULL, 'q' }, |
| 140 | { "key", required_argument, NULL, 'k' }, | 140 | { "key", required_argument, NULL, 'k' }, |
| 141 | { "simple", no_argument, NULL, 's' }, | ||
| 141 | { "xml", no_argument, NULL, 'x' }, | 142 | { "xml", no_argument, NULL, 'x' }, |
| 142 | { NULL, 0, NULL, 0} | 143 | { NULL, 0, NULL, 0} |
| 143 | }; | 144 | }; |
| @@ -146,7 +147,7 @@ int main(int argc, char *argv[]) | |||
| 146 | signal(SIGPIPE, SIG_IGN); | 147 | signal(SIGPIPE, SIG_IGN); |
| 147 | #endif | 148 | #endif |
| 148 | 149 | ||
| 149 | while ((c = getopt_long(argc, argv, "dhu:nq:k:x", longopts, NULL)) != -1) { | 150 | while ((c = getopt_long(argc, argv, "dhu:nq:k:sx", longopts, NULL)) != -1) { |
| 150 | switch (c) { | 151 | switch (c) { |
| 151 | case 'd': | 152 | case 'd': |
| 152 | idevice_set_debug_level(1); | 153 | idevice_set_debug_level(1); |
