diff options
| author | 2012-03-22 16:07:07 +0100 | |
|---|---|---|
| committer | 2012-03-22 16:07:07 +0100 | |
| commit | 7457346a7ad7dddc0188cd1cd6fc5920aabfe39a (patch) | |
| tree | 4d9aa158fc2fb1e05d3349ca8a5ec22207a9a7e4 /docs/idevice_id.1 | |
| parent | 0331050438d1bd5824237d13240a766a9b503b55 (diff) | |
| download | libimobiledevice-7457346a7ad7dddc0188cd1cd6fc5920aabfe39a.tar.gz libimobiledevice-7457346a7ad7dddc0188cd1cd6fc5920aabfe39a.tar.bz2 | |
Mass replace UUID by UDID, which is the correct term for it
Diffstat (limited to 'docs/idevice_id.1')
| -rw-r--r-- | docs/idevice_id.1 | 6 |
1 files changed, 3 insertions, 3 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 @@ | |||
| 3 | idevice_id \- Prints device name or a list of attached iPhone/iPod Touch devices. | 3 | idevice_id \- Prints device name or a list of attached iPhone/iPod Touch devices. |
| 4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
| 5 | .B idevice_id | 5 | .B idevice_id |
| 6 | [OPTIONS] [UUID] | 6 | [OPTIONS] [UDID] |
| 7 | 7 | ||
| 8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
| 9 | 9 | ||
| 10 | Prints device name or a list of attached iPhone/iPod Touch devices. | 10 | Prints device name or a list of attached iPhone/iPod Touch devices. |
| 11 | The UUID is a 40-digit hexadecimal number of the device | 11 | The UDID is a 40-digit hexadecimal number of the device |
| 12 | for which the name should be retrieved. | 12 | for which the name should be retrieved. |
| 13 | 13 | ||
| 14 | .SH OPTIONS | 14 | .SH OPTIONS |
| 15 | .TP | 15 | .TP |
| 16 | .B \-l, \-\-list | 16 | .B \-l, \-\-list |
| 17 | list UUID of all attached devices | 17 | list UDID of all attached devices |
| 18 | .TP | 18 | .TP |
| 19 | .B \-d, \-\-debug | 19 | .B \-d, \-\-debug |
| 20 | enable communication debugging. | 20 | enable communication debugging. |
