summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-03-22 16:07:07 +0100
committerGravatar Martin Szulecki2012-03-22 16:07:07 +0100
commit7457346a7ad7dddc0188cd1cd6fc5920aabfe39a (patch)
tree4d9aa158fc2fb1e05d3349ca8a5ec22207a9a7e4 /docs
parent0331050438d1bd5824237d13240a766a9b503b55 (diff)
downloadlibimobiledevice-7457346a7ad7dddc0188cd1cd6fc5920aabfe39a.tar.gz
libimobiledevice-7457346a7ad7dddc0188cd1cd6fc5920aabfe39a.tar.bz2
Mass replace UUID by UDID, which is the correct term for it
Diffstat (limited to 'docs')
-rw-r--r--docs/idevice_id.16
-rw-r--r--docs/idevicebackup.14
-rw-r--r--docs/idevicebackup2.14
-rw-r--r--docs/idevicedate.14
-rw-r--r--docs/ideviceenterrecovery.16
-rw-r--r--docs/ideviceimagemounter.14
-rw-r--r--docs/ideviceinfo.14
-rw-r--r--docs/idevicepair.14
-rw-r--r--docs/idevicescreenshot.14
-rw-r--r--docs/idevicesyslog.14
10 files changed, 22 insertions, 22 deletions
diff --git a/docs/idevice_id.1 b/docs/idevice_id.1
index c06fb5e..02d830d 100644
--- a/docs/idevice_id.1
+++ b/docs/idevice_id.1
@@ -3,18 +3,18 @@
idevice_id \- Prints device name or a list of attached iPhone/iPod Touch devices.
.SH SYNOPSIS
.B idevice_id
-[OPTIONS] [UUID]
+[OPTIONS] [UDID]
.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
+The UDID 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
+list UDID of all attached devices
.TP
.B \-d, \-\-debug
enable communication debugging.
diff --git a/docs/idevicebackup.1 b/docs/idevicebackup.1
index 5ae867e..5ce9568 100644
--- a/docs/idevicebackup.1
+++ b/docs/idevicebackup.1
@@ -11,8 +11,8 @@ 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.
+.B \-u, \-\-udid UDID
+target specific device by its 40-digit device UDID.
.TP
.B \-d, \-\-debug
enable communication debugging.
diff --git a/docs/idevicebackup2.1 b/docs/idevicebackup2.1
index a638b8f..e4f97f8 100644
--- a/docs/idevicebackup2.1
+++ b/docs/idevicebackup2.1
@@ -11,8 +11,8 @@ 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.
+.B \-u, \-\-udid UDID
+target specific device by its 40-digit device UDID.
.TP
.B \-d, \-\-debug
enable communication debugging.
diff --git a/docs/idevicedate.1 b/docs/idevicedate.1
index 15c9895..5a3156e 100644
--- a/docs/idevicedate.1
+++ b/docs/idevicedate.1
@@ -14,8 +14,8 @@ Show information about the first connected iPhone/iPod Touch.
.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 \-s, \-\-set TIMESTAMP
set UTC time described by TIMESTAMP
diff --git a/docs/ideviceenterrecovery.1 b/docs/ideviceenterrecovery.1
index a543092..79de05c 100644
--- a/docs/ideviceenterrecovery.1
+++ b/docs/ideviceenterrecovery.1
@@ -1,13 +1,13 @@
.TH "ideviceenterrecovery" 1
.SH NAME
-ideviceenterrecovery \- Makes a device with the supplied 40-digit UUID enter recovery mode immediately.
+ideviceenterrecovery \- Makes a device with the supplied 40-digit UDID enter recovery mode immediately.
.SH SYNOPSIS
.B ideviceenterrecovery
-[OPTIONS] UUID
+[OPTIONS] UDID
.SH DESCRIPTION
-Makes a device with the supplied 40-digit UUID enter recovery mode immediately.
+Makes a device with the supplied 40-digit UDID enter recovery mode immediately.
.SH OPTIONS
.TP
diff --git a/docs/ideviceimagemounter.1 b/docs/ideviceimagemounter.1
index 55d81e9..ab65b6f 100644
--- a/docs/ideviceimagemounter.1
+++ b/docs/ideviceimagemounter.1
@@ -14,8 +14,8 @@ Mounts the specified disk image on the iPhone/iPod Touch device.
.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 \-l, \-\-list
list mount information
diff --git a/docs/ideviceinfo.1 b/docs/ideviceinfo.1
index e350dd0..adfa00f 100644
--- a/docs/ideviceinfo.1
+++ b/docs/ideviceinfo.1
@@ -14,8 +14,8 @@ Show information about the first connected iPhone/iPod Touch.
.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 \-q, \-\-domain NAME
set domain of query to NAME. Default: None.
diff --git a/docs/idevicepair.1 b/docs/idevicepair.1
index da76b7f..3e6ca1d 100644
--- a/docs/idevicepair.1
+++ b/docs/idevicepair.1
@@ -11,8 +11,8 @@ Manage pairings with iPhone/iPod Touch/iPad devices and this host.
.SH OPTIONS
.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 \-d, \-\-debug
enable communication debugging.
diff --git a/docs/idevicescreenshot.1 b/docs/idevicescreenshot.1
index cf0ed15..73d2c09 100644
--- a/docs/idevicescreenshot.1
+++ b/docs/idevicescreenshot.1
@@ -17,8 +17,8 @@ NOTE: A mounted developer disk image is required on the device, otherwise
.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
diff --git a/docs/idevicesyslog.1 b/docs/idevicesyslog.1
index 178d7c5..e53587b 100644
--- a/docs/idevicesyslog.1
+++ b/docs/idevicesyslog.1
@@ -14,8 +14,8 @@ Relay syslog of a connected iPhone/iPod Touch.
.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.