summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-03-13 19:49:52 +0100
committerGravatar Martin Szulecki2010-03-13 19:49:52 +0100
commitc25847a1f2628b5d769814dd42b2c7d501c322e6 (patch)
tree29cafbd829e79e0b89eed1027f7138c3987af6b6 /docs
parentc01f740e26a5c0ac2aa13200cacd50890f125c06 (diff)
downloadlibimobiledevice-c25847a1f2628b5d769814dd42b2c7d501c322e6.tar.gz
libimobiledevice-c25847a1f2628b5d769814dd42b2c7d501c322e6.tar.bz2
Add man pages for tools
Diffstat (limited to 'docs')
-rw-r--r--docs/idevice_id.149
-rw-r--r--docs/idevicebackup.136
-rw-r--r--docs/ideviceimagemounter.141
-rw-r--r--docs/ideviceinfo.135
-rw-r--r--docs/idevicescreenshot.129
-rw-r--r--docs/idevicesyslog.126
6 files changed, 216 insertions, 0 deletions
diff --git a/docs/idevice_id.1 b/docs/idevice_id.1
new file mode 100644
index 0000000..c06fb5e
--- /dev/null
+++ b/docs/idevice_id.1
@@ -0,0 +1,49 @@
+.TH "idevice_id" 1
+.SH NAME
+idevice_id \- Prints device name or a list of attached iPhone/iPod Touch devices.
+.SH SYNOPSIS
+.B idevice_id
+[OPTIONS] [UUID]
+
+.SH DESCRIPTION
+
+Prints device name or a list of attached iPhone/iPod Touch devices.
+The UUID is a 40-digit hexadecimal number of the device
+for which the name should be retrieved.
+
+.SH OPTIONS
+.TP
+.B \-l, \-\-list
+list UUID of all attached devices
+.TP
+.B \-d, \-\-debug
+enable communication debugging.
+.TP
+.B \-h, \-\-help
+prints usage information.
+.TP
+
+.SH AUTHORS
+ Zach C.
+
+ Jonathan Beck
+
+ Matt Colyer
+
+ Martin Aumueller
+
+ Christophe Fergeau
+
+ Martin S.
+
+ Paul Sladen
+
+ Patrick Walton
+
+ Zoltan Balaton
+
+ Nikias Bassen
+
+ Todd Zullinger
+
+Man page written to conform with Debian by Julien Lavergne.
diff --git a/docs/idevicebackup.1 b/docs/idevicebackup.1
new file mode 100644
index 0000000..5ae867e
--- /dev/null
+++ b/docs/idevicebackup.1
@@ -0,0 +1,36 @@
+.TH "idevicebackup" 1
+.SH NAME
+idevicebackup \- Create or restore backup for iPhone/iPod Touch devices.
+.SH SYNOPSIS
+.B idevicebackup
+[OPTIONS] CMD [DIRECTORY]
+
+.SH DESCRIPTION
+
+Create or restore backup from the current or specified directory.
+
+.SH OPTIONS
+.TP
+.B \-u, \-\-uuid UUID
+target specific device by its 40-digit device UUID.
+.TP
+.B \-d, \-\-debug
+enable communication debugging.
+.TP
+.B \-h, \-\-help
+prints usage information.
+
+.SH COMMANDS
+.TP
+.B backup
+saves a device backup into DIRECTORY.
+.TP
+.B restore
+restores a device backup from DIRECTORY.
+
+.SH AUTHORS
+Martin Szulecki
+
+Nikias Bassen
+
+Man page written to conform with Debian by Julien Lavergne.
diff --git a/docs/ideviceimagemounter.1 b/docs/ideviceimagemounter.1
new file mode 100644
index 0000000..55d81e9
--- /dev/null
+++ b/docs/ideviceimagemounter.1
@@ -0,0 +1,41 @@
+.TH "ideviceimagemounter" 1
+.SH NAME
+ideviceimagemounter \- Mount disk images on the iPhone/iPod Touch.
+.SH SYNOPSIS
+.B ideviceimagemounter
+[OPTIONS] IMAGE_FILE IMAGE_SIGNATURE_FILE
+
+.SH DESCRIPTION
+
+Mounts the specified disk image on the iPhone/iPod Touch device.
+
+.SH OPTIONS
+.TP
+.B \-d, \-\-debug
+enable communication debugging.
+.TP
+.B \-u, \-\-uuid UUID
+target specific device by its 40-digit device UUID.
+.TP
+.B \-l, \-\-list
+list mount information
+.TP
+.B \-t, \-\-imagetype NAME
+the image type to use, default is 'Developer'
+.TP
+.B \-x, \-\-xml
+use XML output
+.TP
+.B \-h, \-\-help
+prints usage information
+.TP
+.B IMAGE_FILE
+the image filename to mount
+.TP
+.B IMAGE_SIGNATURE_FILE
+corresponding signature file for image filename
+
+.SH AUTHOR
+Nikias Bassen
+
+Man page written to conform with Debian by Julien Lavergne.
diff --git a/docs/ideviceinfo.1 b/docs/ideviceinfo.1
new file mode 100644
index 0000000..e350dd0
--- /dev/null
+++ b/docs/ideviceinfo.1
@@ -0,0 +1,35 @@
+.TH "ideviceinfo" 1
+.SH NAME
+ideviceinfo \- Show information about the first connected iPhone/iPod Touch.
+.SH SYNOPSIS
+.B ideviceinfo
+[OPTIONS]
+
+.SH DESCRIPTION
+
+Show information about the first connected iPhone/iPod Touch.
+
+.SH OPTIONS
+.TP
+.B \-d, \-\-debug
+enable communication debugging.
+.TP
+.B \-u, \-\-uuid UUID
+target specific device by its 40-digit device UUID.
+.TP
+.B \-q, \-\-domain NAME
+set domain of query to NAME. Default: None.
+.TP
+.B \-k, \-\-key NAME
+only query key specified by NAME. Default: All keys.
+.TP
+.B \-x, \-\-xml
+output information as xml plist instead of key/value pairs.
+.TP
+.B \-h, \-\-help
+prints usage information
+
+.SH AUTHOR
+Martin Szulecki
+
+Man page written to conform with Debian by Julien Lavergne.
diff --git a/docs/idevicescreenshot.1 b/docs/idevicescreenshot.1
new file mode 100644
index 0000000..cf0ed15
--- /dev/null
+++ b/docs/idevicescreenshot.1
@@ -0,0 +1,29 @@
+.TH "idevicescreenshot" 1
+.SH NAME
+idevicescreenshot \- Gets a screenshot from the connected iPhone/iPod Touch.
+.SH SYNOPSIS
+.B idevicescreenshot
+[OPTIONS]
+
+.SH DESCRIPTION
+
+Gets a screenshot from the connected iPhone/iPod Touch.
+
+NOTE: A mounted developer disk image is required on the device, otherwise
+ the screenshotr service is not available.
+
+.SH OPTIONS
+.TP
+.B \-d, \-\-debug
+enable communication debugging.
+.TP
+.B \-u, \-\-uuid UUID
+target specific device by its 40-digit device UUID.
+.TP
+.B \-h, \-\-help
+prints usage information
+
+.SH AUTHOR
+Nikias Bassen
+
+Man page written to conform with Debian by Julien Lavergne.
diff --git a/docs/idevicesyslog.1 b/docs/idevicesyslog.1
new file mode 100644
index 0000000..178d7c5
--- /dev/null
+++ b/docs/idevicesyslog.1
@@ -0,0 +1,26 @@
+.TH "idevicesyslog" 1
+.SH NAME
+idevicesyslog \- Relay syslog of a connected iPhone/iPod Touch.
+.SH SYNOPSIS
+.B idevicesyslog
+[OPTIONS]
+
+.SH DESCRIPTION
+
+Relay syslog of a connected iPhone/iPod Touch.
+
+.SH OPTIONS
+.TP
+.B \-d, \-\-debug
+enable communication debugging.
+.TP
+.B \-u, \-\-uuid UUID
+target specific device by its 40-digit device UUID
+.TP
+.B \-h, \-\-help
+prints usage information.
+
+.SH AUTHOR
+Martin Szulecki
+
+Man page written to conform with Debian by Julien Lavergne.