From 409ab13298b36160a34fbc29e3541ae9542e2ca8 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 15 Oct 2014 03:08:00 +0200 Subject: Synchronize command usage in man page and ideviceinstaller itself --- src/ideviceinstaller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index de1f93c..dd9b5f8 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c @@ -306,7 +306,7 @@ static void print_usage(int argc, char **argv) name = strrchr(argv[0], '/'); printf("Usage: %s OPTIONS\n", (name ? name + 1 : argv[0])); - printf("Manage apps on an iDevice.\n\n"); + printf("Manage apps on iOS devices.\n\n"); printf (" -u, --udid UDID\tTarget specific device by its 40-digit device UDID.\n" " -l, --list-apps\tList apps, possible options:\n" -- cgit v1.1-32-gdbae