diff options
Diffstat (limited to 'src/ideviceinstaller.c')
| -rw-r--r-- | src/ideviceinstaller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index 2af715e..b626caa 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c | |||
| @@ -498,7 +498,7 @@ int main(int argc, char **argv) | |||
| 498 | argv += optind; | 498 | argv += optind; |
| 499 | 499 | ||
| 500 | if (IDEVICE_E_SUCCESS != idevice_new(&phone, udid)) { | 500 | if (IDEVICE_E_SUCCESS != idevice_new(&phone, udid)) { |
| 501 | fprintf(stderr, "No iPhone found, is it plugged in?\n"); | 501 | fprintf(stderr, "No iOS device found, is it plugged in?\n"); |
| 502 | return -1; | 502 | return -1; |
| 503 | } | 503 | } |
| 504 | 504 | ||
