commit | 5225337b400f4fcef73f52f05b167c8ee454f406 | [log] [tgz] |
---|---|---|
author | Martin Szulecki <m.szulecki@libimobiledevice.org> | Thu Dec 05 14:32:04 2013 +0100 |
committer | Martin Szulecki <m.szulecki@libimobiledevice.org> | Thu Dec 05 14:32:04 2013 +0100 |
tree | eb3c59f7e1d8040987e2c9e17bf0fc4a9a1ed6ce | |
parent | 82611b04a06982df4398210881b8d45f9775a545 [diff] |
Remove "iPhone" wording and use more general term "iOS device" in error message
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 @@ argv += optind; if (IDEVICE_E_SUCCESS != idevice_new(&phone, udid)) { - fprintf(stderr, "No iPhone found, is it plugged in?\n"); + fprintf(stderr, "No iOS device found, is it plugged in?\n"); return -1; }