summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/idevicename.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicename.c b/tools/idevicename.c
index cd8faff..e930f57 100644
--- a/tools/idevicename.c
+++ b/tools/idevicename.c
@@ -30,7 +30,7 @@
30 30
31static void print_usage() 31static void print_usage()
32{ 32{
33 printf("\nUsage: idevicename [OPTIONS] [NAME]\n"); 33 printf("Usage: idevicename [OPTIONS] [NAME]\n");
34 printf("Display the device name or set it to NAME if specified.\n"); 34 printf("Display the device name or set it to NAME if specified.\n");
35 printf("\n"); 35 printf("\n");
36 printf(" --udid|-u UDID use UDID to target a specific device\n"); 36 printf(" --udid|-u UDID use UDID to target a specific device\n");