diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ideviceinstaller.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |