From 489a673aeeef4706af3986d41c24ab434e77d7d5 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 5 Jun 2020 20:50:34 +0200 Subject: tools: Unify --network command line switch and add it where missing --- tools/ideviceenterrecovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ideviceenterrecovery.c') 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[]) ret = idevice_new(&device, udid); if (ret != IDEVICE_E_SUCCESS) { - printf("No device found with udid %s, is it plugged in?\n", udid); + printf("No device found with udid %s.\n", udid); return -1; } -- cgit v1.1-32-gdbae