summaryrefslogtreecommitdiffstats
path: root/man/ideviceinstaller.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/ideviceinstaller.1')
-rw-r--r--man/ideviceinstaller.117
1 files changed, 11 insertions, 6 deletions
diff --git a/man/ideviceinstaller.1 b/man/ideviceinstaller.1
index bed39bd..51113bc 100644
--- a/man/ideviceinstaller.1
+++ b/man/ideviceinstaller.1
@@ -1,14 +1,14 @@
1.TH "ideviceinstaller" 1 1.TH "ideviceinstaller" 1
2.SH NAME 2.SH NAME
3ideviceinstaller \- Manage iDevice apps 3ideviceinstaller \- Manage apps on iOS devices.
4.SH SYNOPSIS 4.SH SYNOPSIS
5.B ideviceinstaller 5.B ideviceinstaller
6[OPTIONS] 6[OPTIONS]
7 7
8.SH DESCRIPTION 8.SH DESCRIPTION
9 9
10Allows to install, upgrade, uninstall, archive, restore and 10Allows to install, upgrade, uninstall, archive, restore and enumerate installed
11enumerate installed or archived apps on iDevices. 11or archived apps on iOS devices.
12 12
13.SH OPTIONS 13.SH OPTIONS
14 14
@@ -17,8 +17,8 @@ enumerate installed or archived apps on iDevices.
17.B \-d, \-\-debug 17.B \-d, \-\-debug
18enable communication debugging. 18enable communication debugging.
19.TP 19.TP
20.B \-u, \-\-uuid UUID 20.B \-u, \-\-udid UDID
21target specific device by its 40-digit device UUID. 21target specific device by its 40-digit device UDID.
22.TP 22.TP
23.B \-h, \-\-help 23.B \-h, \-\-help
24prints usage information 24prints usage information
@@ -47,7 +47,9 @@ print output in xml format (PList)
47 47
48.TP 48.TP
49.B \-i, \-\-install ARCHIVE 49.B \-i, \-\-install ARCHIVE
50install app from a package file specified by ARCHIVE. 50install app from a package file specified by ARCHIVE. ARCHIVE can also be a
51.ipcc file for carrier bundle installation or a .app directory for developer
52app installation.
51 53
52.TP 54.TP
53.B \-U, \-\-uninstall APPID 55.B \-U, \-\-uninstall APPID
@@ -85,6 +87,9 @@ uninstall the package after making an archive
85\-o app_only 87\-o app_only
86archive application data only 88archive application data only
87.TP 89.TP
90\-o docs_only
91archive documents (user data) only
92.TP
88\-o copy=PATH 93\-o copy=PATH
89copy the app archive to directory PATH when done 94copy the app archive to directory PATH when done
90.TP 95.TP