summaryrefslogtreecommitdiffstats
path: root/tools/idevicename.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-03-27 09:48:16 +0100
committerGravatar Martin Szulecki2014-03-27 09:48:16 +0100
commit35ce2b89b0cd26f3eb128ed038d3713019111706 (patch)
tree869914510c9b7e00d8c087f06b2d77c364e9d3bc /tools/idevicename.c
parentbca8d06db96c71199def7c0b50bd5a233ef57e38 (diff)
downloadlibimobiledevice-35ce2b89b0cd26f3eb128ed038d3713019111706.tar.gz
libimobiledevice-35ce2b89b0cd26f3eb128ed038d3713019111706.tar.bz2
idevicename: Remove leading newline from usage output
Diffstat (limited to 'tools/idevicename.c')
-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 @@
static void print_usage()
{
- printf("\nUsage: idevicename [OPTIONS] [NAME]\n");
+ printf("Usage: idevicename [OPTIONS] [NAME]\n");
printf("Display the device name or set it to NAME if specified.\n");
printf("\n");
printf(" --udid|-u UDID use UDID to target a specific device\n");