summaryrefslogtreecommitdiffstats
path: root/tools/ideviceenterrecovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ideviceenterrecovery.c')
-rw-r--r--tools/ideviceenterrecovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ideviceenterrecovery.c b/tools/ideviceenterrecovery.c
index 8d82929..822c10a 100644
--- a/tools/ideviceenterrecovery.c
+++ b/tools/ideviceenterrecovery.c
@@ -91,7 +91,7 @@ int main(int argc, char *argv[])
91 91
92 ret = idevice_new(&device, udid); 92 ret = idevice_new(&device, udid);
93 if (ret != IDEVICE_E_SUCCESS) { 93 if (ret != IDEVICE_E_SUCCESS) {
94 printf("No device found with udid %s, is it plugged in?\n", udid); 94 printf("No device found with udid %s.\n", udid);
95 return -1; 95 return -1;
96 } 96 }
97 97