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) | |||
| 306 | 306 | ||
| 307 | name = strrchr(argv[0], '/'); | 307 | name = strrchr(argv[0], '/'); |
| 308 | printf("Usage: %s OPTIONS\n", (name ? name + 1 : argv[0])); | 308 | printf("Usage: %s OPTIONS\n", (name ? name + 1 : argv[0])); |
| 309 | printf("Manage apps on an iDevice.\n\n"); | 309 | printf("Manage apps on iOS devices.\n\n"); |
| 310 | printf | 310 | printf |
| 311 | (" -u, --udid UDID\tTarget specific device by its 40-digit device UDID.\n" | 311 | (" -u, --udid UDID\tTarget specific device by its 40-digit device UDID.\n" |
| 312 | " -l, --list-apps\tList apps, possible options:\n" | 312 | " -l, --list-apps\tList apps, possible options:\n" |
