summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ideviceinstaller.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c
index 92518da..5e59e8e 100644
--- a/src/ideviceinstaller.c
+++ b/src/ideviceinstaller.c
@@ -411,8 +411,7 @@ static void print_usage(int argc, char **argv, int is_error)
411 " PATH can also be a .ipcc file for carrier bundles.\n" 411 " PATH can also be a .ipcc file for carrier bundles.\n"
412 " uninstall BUNDLEID Uninstall app specified by BUNDLEID.\n" 412 " uninstall BUNDLEID Uninstall app specified by BUNDLEID.\n"
413 " upgrade PATH Upgrade app from package file specified by PATH.\n" 413 " upgrade PATH Upgrade app from package file specified by PATH.\n"
414 " list-archives List archived apps\n" 414 "LEGACY COMMANDS (non-functional with iOS 7 or later):\n"
415 " -o xml print full output as xml plist\n"
416 " archive BUNDLEID Archive app specified by BUNDLEID, possible options:\n" 415 " archive BUNDLEID Archive app specified by BUNDLEID, possible options:\n"
417 " -o uninstall uninstall the package after making an archive\n" 416 " -o uninstall uninstall the package after making an archive\n"
418 " -o app_only archive application data only\n" 417 " -o app_only archive application data only\n"
@@ -420,6 +419,8 @@ static void print_usage(int argc, char **argv, int is_error)
420 " -o copy=PATH copy the app archive to directory PATH when done\n" 419 " -o copy=PATH copy the app archive to directory PATH when done\n"
421 " -o remove only valid when copy=PATH is used: remove after copy\n" 420 " -o remove only valid when copy=PATH is used: remove after copy\n"
422 " restore BUNDLEID Restore archived app specified by BUNDLEID\n" 421 " restore BUNDLEID Restore archived app specified by BUNDLEID\n"
422 " list-archives List archived apps\n"
423 " -o xml print full output as xml plist\n"
423 " remove-archive BUNDLEID Remove app archive specified by BUNDLEID\n" 424 " remove-archive BUNDLEID Remove app archive specified by BUNDLEID\n"
424 "\n" 425 "\n"
425 "OPTIONS:\n" 426 "OPTIONS:\n"