summaryrefslogtreecommitdiffstats
path: root/src/ideviceinstaller.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ideviceinstaller.c')
-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)
" PATH can also be a .ipcc file for carrier bundles.\n"
" uninstall BUNDLEID Uninstall app specified by BUNDLEID.\n"
" upgrade PATH Upgrade app from package file specified by PATH.\n"
- " list-archives List archived apps\n"
- " -o xml print full output as xml plist\n"
+ "LEGACY COMMANDS (non-functional with iOS 7 or later):\n"
" archive BUNDLEID Archive app specified by BUNDLEID, possible options:\n"
" -o uninstall uninstall the package after making an archive\n"
" -o app_only archive application data only\n"
@@ -420,6 +419,8 @@ static void print_usage(int argc, char **argv, int is_error)
" -o copy=PATH copy the app archive to directory PATH when done\n"
" -o remove only valid when copy=PATH is used: remove after copy\n"
" restore BUNDLEID Restore archived app specified by BUNDLEID\n"
+ " list-archives List archived apps\n"
+ " -o xml print full output as xml plist\n"
" remove-archive BUNDLEID Remove app archive specified by BUNDLEID\n"
"\n"
"OPTIONS:\n"