From 71840e12059b2ea84bb7ec31877c2d05a2c3aed0 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 8 Sep 2012 16:05:01 +0200 Subject: Add manpages for new tools --- docs/ideviceprovision.1 | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 docs/ideviceprovision.1 (limited to 'docs/ideviceprovision.1') 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 @@ +.TH "ideviceprovision" 1 +.SH NAME +ideviceprovision \- Manage provisioning profiles on a device. +.SH SYNOPSIS +.B ideviceprovision +[OPTIONS] COMMAND + +.SH DESCRIPTION + +Manage provisioning profiles on a device. + +.SH OPTIONS +.TP +.B \-u, \-\-udid UDID +target specific device by its 40-digit device UDID. +.TP +.B \-d, \-\-debug +enable communication debugging. +.TP +.B \-h, \-\-help +prints usage information. + +.SH COMMANDS +.TP +.B install FILE +Install the provisioning profile specified by FILE. A valid ".mobileprovision" +file is expected. +.TP +.B list +Get a list of all provisioning profiles on the device. +.TP +.B copy PATH +Retrieves all provisioning profiles from the device and stores them into the +existing directory specified by PATH. The files will be stored +as "UUID.mobileprovision". +.TP +.B remove UUID +Removes the provisioning profile identified by UUID. + +.SH AUTHORS +Nikias Bassen -- cgit v1.1-32-gdbae