diff options
author | Martin Szulecki | 2014-10-15 03:08:00 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-15 03:10:16 +0200 |
commit | 409ab13298b36160a34fbc29e3541ae9542e2ca8 (patch) | |
tree | 4b21a9156f3c505a51051ee77cc0644f120f7bcf /man/ideviceinstaller.1 | |
parent | ec2d5cda304d3d549eccb84e4759d1159a3b81cb (diff) | |
download | ideviceinstaller-409ab13298b36160a34fbc29e3541ae9542e2ca8.tar.gz ideviceinstaller-409ab13298b36160a34fbc29e3541ae9542e2ca8.tar.bz2 |
Synchronize command usage in man page and ideviceinstaller itself1.1.0
Diffstat (limited to 'man/ideviceinstaller.1')
-rw-r--r-- | man/ideviceinstaller.1 | 17 |
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 @@ .TH "ideviceinstaller" 1 .SH NAME -ideviceinstaller \- Manage iDevice apps +ideviceinstaller \- Manage apps on iOS devices. .SH SYNOPSIS .B ideviceinstaller [OPTIONS] .SH DESCRIPTION -Allows to install, upgrade, uninstall, archive, restore and -enumerate installed or archived apps on iDevices. +Allows to install, upgrade, uninstall, archive, restore and enumerate installed +or archived apps on iOS devices. .SH OPTIONS @@ -17,8 +17,8 @@ enumerate installed or archived apps on iDevices. .B \-d, \-\-debug enable communication debugging. .TP -.B \-u, \-\-uuid UUID -target specific device by its 40-digit device UUID. +.B \-u, \-\-udid UDID +target specific device by its 40-digit device UDID. .TP .B \-h, \-\-help prints usage information @@ -47,7 +47,9 @@ print output in xml format (PList) .TP .B \-i, \-\-install ARCHIVE -install app from a package file specified by ARCHIVE. +install app from a package file specified by ARCHIVE. ARCHIVE can also be a +.ipcc file for carrier bundle installation or a .app directory for developer +app installation. .TP .B \-U, \-\-uninstall APPID @@ -85,6 +87,9 @@ uninstall the package after making an archive \-o app_only archive application data only .TP +\-o docs_only +archive documents (user data) only +.TP \-o copy=PATH copy the app archive to directory PATH when done .TP |