diff options
| author | 2012-09-08 16:05:01 +0200 | |
|---|---|---|
| committer | 2012-10-21 14:19:50 +0200 | |
| commit | 71840e12059b2ea84bb7ec31877c2d05a2c3aed0 (patch) | |
| tree | c7467cfd4436c26631186035e84163d70b41d281 /docs/ideviceprovision.1 | |
| parent | 9c760c9563b88d6f5ce352a79181f33b8329c6f8 (diff) | |
| download | libimobiledevice-71840e12059b2ea84bb7ec31877c2d05a2c3aed0.tar.gz libimobiledevice-71840e12059b2ea84bb7ec31877c2d05a2c3aed0.tar.bz2 | |
Add manpages for new tools
Diffstat (limited to 'docs/ideviceprovision.1')
| -rw-r--r-- | docs/ideviceprovision.1 | 41 |
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 | ||
| 3 | ideviceprovision \- Manage provisioning profiles on a device. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B ideviceprovision | ||
| 6 | [OPTIONS] COMMAND | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Manage provisioning profiles on a device. | ||
| 11 | |||
| 12 | .SH OPTIONS | ||
| 13 | .TP | ||
| 14 | .B \-u, \-\-udid UDID | ||
| 15 | target specific device by its 40-digit device UDID. | ||
| 16 | .TP | ||
| 17 | .B \-d, \-\-debug | ||
| 18 | enable communication debugging. | ||
| 19 | .TP | ||
| 20 | .B \-h, \-\-help | ||
| 21 | prints usage information. | ||
| 22 | |||
| 23 | .SH COMMANDS | ||
| 24 | .TP | ||
| 25 | .B install FILE | ||
| 26 | Install the provisioning profile specified by FILE. A valid ".mobileprovision" | ||
| 27 | file is expected. | ||
| 28 | .TP | ||
| 29 | .B list | ||
| 30 | Get a list of all provisioning profiles on the device. | ||
| 31 | .TP | ||
| 32 | .B copy PATH | ||
| 33 | Retrieves all provisioning profiles from the device and stores them into the | ||
| 34 | existing directory specified by PATH. The files will be stored | ||
| 35 | as "UUID.mobileprovision". | ||
| 36 | .TP | ||
| 37 | .B remove UUID | ||
| 38 | Removes the provisioning profile identified by UUID. | ||
| 39 | |||
| 40 | .SH AUTHORS | ||
| 41 | Nikias Bassen | ||
