diff options
-rw-r--r-- | tools/idevicesyslog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicesyslog.c b/tools/idevicesyslog.c index 5b124b5..88af4c1 100644 --- a/tools/idevicesyslog.c +++ b/tools/idevicesyslog.c | |||
@@ -1244,7 +1244,7 @@ int main(int argc, char *argv[]) | |||
1244 | idevice_device_list_extended_free(devices); | 1244 | idevice_device_list_extended_free(devices); |
1245 | if (count == 0) { | 1245 | if (count == 0) { |
1246 | if (!udid) { | 1246 | if (!udid) { |
1247 | fprintf(stderr, "No device found. Plug in a device or pass UDID with -u to wait for device to be available.\n"); | 1247 | fprintf(stderr, "No device found. Plug in a device or pass UDID with -u to wait for device to become available.\n"); |
1248 | return 1; | 1248 | return 1; |
1249 | } | 1249 | } |
1250 | 1250 | ||