summaryrefslogtreecommitdiffstats
path: root/docs/ideviceprovision.1
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-09-08 16:05:01 +0200
committerGravatar Martin Szulecki2012-10-21 14:19:50 +0200
commit71840e12059b2ea84bb7ec31877c2d05a2c3aed0 (patch)
treec7467cfd4436c26631186035e84163d70b41d281 /docs/ideviceprovision.1
parent9c760c9563b88d6f5ce352a79181f33b8329c6f8 (diff)
downloadlibimobiledevice-71840e12059b2ea84bb7ec31877c2d05a2c3aed0.tar.gz
libimobiledevice-71840e12059b2ea84bb7ec31877c2d05a2c3aed0.tar.bz2
Add manpages for new tools
Diffstat (limited to 'docs/ideviceprovision.1')
-rw-r--r--docs/ideviceprovision.141
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/ideviceprovision.1 b/docs/ideviceprovision.1
new file mode 100644
index 0000000..e48ea91
--- /dev/null
+++ b/docs/ideviceprovision.1
@@ -0,0 +1,41 @@
1.TH "ideviceprovision" 1
2.SH NAME
3ideviceprovision \- Manage provisioning profiles on a device.
4.SH SYNOPSIS
5.B ideviceprovision
6[OPTIONS] COMMAND
7
8.SH DESCRIPTION
9
10Manage provisioning profiles on a device.
11
12.SH OPTIONS
13.TP
14.B \-u, \-\-udid UDID
15target specific device by its 40-digit device UDID.
16.TP
17.B \-d, \-\-debug
18enable communication debugging.
19.TP
20.B \-h, \-\-help
21prints usage information.
22
23.SH COMMANDS
24.TP
25.B install FILE
26Install the provisioning profile specified by FILE. A valid ".mobileprovision"
27file is expected.
28.TP
29.B list
30Get a list of all provisioning profiles on the device.
31.TP
32.B copy PATH
33Retrieves all provisioning profiles from the device and stores them into the
34existing directory specified by PATH. The files will be stored
35as "UUID.mobileprovision".
36.TP
37.B remove UUID
38Removes the provisioning profile identified by UUID.
39
40.SH AUTHORS
41Nikias Bassen