summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-12-05 14:32:04 +0100
committerGravatar Martin Szulecki2013-12-05 14:32:04 +0100
commit5225337b400f4fcef73f52f05b167c8ee454f406 (patch)
treeeb3c59f7e1d8040987e2c9e17bf0fc4a9a1ed6ce /src
parent82611b04a06982df4398210881b8d45f9775a545 (diff)
downloadideviceinstaller-5225337b400f4fcef73f52f05b167c8ee454f406.tar.gz
ideviceinstaller-5225337b400f4fcef73f52f05b167c8ee454f406.tar.bz2
Remove "iPhone" wording and use more general term "iOS device" in error message
Diffstat (limited to 'src')
-rw-r--r--src/ideviceinstaller.c2
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)
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;
}