summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2018-10-01 02:32:51 +0200
committerGravatar Nikias Bassen2018-10-01 02:32:51 +0200
commitb34e3435c21d06b3e5a4e7b5246fb6ddb6641a9f (patch)
tree89b78560cd956b956a03c9b207816d8cb345c37e /docs
parentf1ee0fd8b2b1dd65c64f5a67e208efc708295caa (diff)
downloadlibimobiledevice-b34e3435c21d06b3e5a4e7b5246fb6ddb6641a9f.tar.gz
libimobiledevice-b34e3435c21d06b3e5a4e7b5246fb6ddb6641a9f.tar.bz2
tools: Remove length check on device UDID arguments to support newer devices
The 40 characters length check on the device UDID made newer devices unusable with the libimobiledevice tools and was actually redundant since an invalid UDID will always fail to resolve. This commit removes the length check alltogether (but makes sure it is not an empty string "").
Diffstat (limited to 'docs')
-rw-r--r--docs/idevice_id.12
-rw-r--r--docs/idevicebackup.12
-rw-r--r--docs/idevicebackup2.12
-rw-r--r--docs/idevicecrashreport.12
-rw-r--r--docs/idevicedate.12
-rw-r--r--docs/idevicedebug.12
-rw-r--r--docs/idevicedebugserverproxy.12
-rw-r--r--docs/idevicediagnostics.12
-rw-r--r--docs/ideviceenterrecovery.12
-rw-r--r--docs/ideviceimagemounter.12
-rw-r--r--docs/ideviceinfo.12
-rw-r--r--docs/idevicename.12
-rw-r--r--docs/idevicenotificationproxy.12
-rw-r--r--docs/idevicepair.12
-rw-r--r--docs/ideviceprovision.12
-rw-r--r--docs/idevicescreenshot.12
-rw-r--r--docs/idevicesyslog.12
17 files changed, 17 insertions, 17 deletions
diff --git a/docs/idevice_id.1 b/docs/idevice_id.1
index cdc5342..e223dcb 100644
--- a/docs/idevice_id.1
+++ b/docs/idevice_id.1
@@ -8,7 +8,7 @@ idevice_id \- Prints device name or a list of attached devices.
8.SH DESCRIPTION 8.SH DESCRIPTION
9 9
10Prints device name or a list of attached devices. 10Prints device name or a list of attached devices.
11The UDID is a 40-digit hexadecimal number of the device 11UDID is the unique device identifier of the device
12for which the name should be retrieved. 12for which the name should be retrieved.
13 13
14.SH OPTIONS 14.SH OPTIONS
diff --git a/docs/idevicebackup.1 b/docs/idevicebackup.1
index a9330e0..517ca2a 100644
--- a/docs/idevicebackup.1
+++ b/docs/idevicebackup.1
@@ -12,7 +12,7 @@ Create or restore backup from the current or specified directory.
12.SH OPTIONS 12.SH OPTIONS
13.TP 13.TP
14.B \-u, \-\-udid UDID 14.B \-u, \-\-udid UDID
15target specific device by its 40-digit device UDID. 15target specific device by UDID.
16.TP 16.TP
17.B \-d, \-\-debug 17.B \-d, \-\-debug
18enable communication debugging. 18enable communication debugging.
diff --git a/docs/idevicebackup2.1 b/docs/idevicebackup2.1
index 1b50a2b..6c40929 100644
--- a/docs/idevicebackup2.1
+++ b/docs/idevicebackup2.1
@@ -12,7 +12,7 @@ Create or restore backup from the current or specified directory.
12.SH OPTIONS 12.SH OPTIONS
13.TP 13.TP
14.B \-u, \-\-udid UDID 14.B \-u, \-\-udid UDID
15target specific device by its 40-digit device UDID. 15target specific device by UDID.
16.TP 16.TP
17.B \-s, \-\-source UDID 17.B \-s, \-\-source UDID
18use backup data from device specified by UDID. 18use backup data from device specified by UDID.
diff --git a/docs/idevicecrashreport.1 b/docs/idevicecrashreport.1
index 24015d3..a3742e7 100644
--- a/docs/idevicecrashreport.1
+++ b/docs/idevicecrashreport.1
@@ -25,7 +25,7 @@ copy but do not remove crash reports from device.
25enable communication debugging. 25enable communication debugging.
26.TP 26.TP
27.B \-u, \-\-udid UDID 27.B \-u, \-\-udid UDID
28target specific device by its 40-digit device UDID. 28target specific device by UDID.
29.TP 29.TP
30.B \-h, \-\-help 30.B \-h, \-\-help
31prints usage information. 31prints usage information.
diff --git a/docs/idevicedate.1 b/docs/idevicedate.1
index aa77df6..adb091a 100644
--- a/docs/idevicedate.1
+++ b/docs/idevicedate.1
@@ -15,7 +15,7 @@ Simple utility to manage the clock on a device.
15enable communication debugging. 15enable communication debugging.
16.TP 16.TP
17.B \-u, \-\-udid UDID 17.B \-u, \-\-udid UDID
18target specific device by its 40-digit device UDID. 18target specific device by UDID.
19.TP 19.TP
20.B \-s, \-\-set TIMESTAMP 20.B \-s, \-\-set TIMESTAMP
21set UTC time described by TIMESTAMP 21set UTC time described by TIMESTAMP
diff --git a/docs/idevicedebug.1 b/docs/idevicedebug.1
index daa3c0c..2024842 100644
--- a/docs/idevicedebug.1
+++ b/docs/idevicedebug.1
@@ -17,7 +17,7 @@ stdout/stderr of the process.
17set environment variable NAME to VALUE. 17set environment variable NAME to VALUE.
18.TP 18.TP
19.B \-u, \-\-udid UDID 19.B \-u, \-\-udid UDID
20target specific device by its 40-digit device UDID. 20target specific device by UDID.
21.TP 21.TP
22.B \-d, \-\-debug 22.B \-d, \-\-debug
23enable communication debugging. 23enable communication debugging.
diff --git a/docs/idevicedebugserverproxy.1 b/docs/idevicedebugserverproxy.1
index 669806a..e2372e6 100644
--- a/docs/idevicedebugserverproxy.1
+++ b/docs/idevicedebugserverproxy.1
@@ -17,7 +17,7 @@ The developer disk image needs to be mounted for this service to be available.
17.SH OPTIONS 17.SH OPTIONS
18.TP 18.TP
19.B \-u, \-\-udid UDID 19.B \-u, \-\-udid UDID
20target specific device by its 40-digit device UDID. 20target specific device by UDID.
21.TP 21.TP
22.B \-d, \-\-debug 22.B \-d, \-\-debug
23enable communication debugging. 23enable communication debugging.
diff --git a/docs/idevicediagnostics.1 b/docs/idevicediagnostics.1
index 460c17f..8a9b947 100644
--- a/docs/idevicediagnostics.1
+++ b/docs/idevicediagnostics.1
@@ -16,7 +16,7 @@ iOS 5 and later.
16.SH OPTIONS 16.SH OPTIONS
17.TP 17.TP
18.B \-u, \-\-udid UDID 18.B \-u, \-\-udid UDID
19target specific device by its 40-digit device UDID. 19target specific device by UDID.
20.TP 20.TP
21.B \-d, \-\-debug 21.B \-d, \-\-debug
22enable communication debugging. 22enable communication debugging.
diff --git a/docs/ideviceenterrecovery.1 b/docs/ideviceenterrecovery.1
index feea733..cbceb36 100644
--- a/docs/ideviceenterrecovery.1
+++ b/docs/ideviceenterrecovery.1
@@ -7,7 +7,7 @@ ideviceenterrecovery \- Make a device enter recovery mode.
7 7
8.SH DESCRIPTION 8.SH DESCRIPTION
9 9
10Makes a device with the supplied 40-digit UDID enter recovery mode immediately. 10Makes a device with the supplied UDID enter recovery mode immediately.
11 11
12.SH OPTIONS 12.SH OPTIONS
13.TP 13.TP
diff --git a/docs/ideviceimagemounter.1 b/docs/ideviceimagemounter.1
index 4afdca6..322bd34 100644
--- a/docs/ideviceimagemounter.1
+++ b/docs/ideviceimagemounter.1
@@ -15,7 +15,7 @@ Mounts the specified disk image on the device.
15enable communication debugging. 15enable communication debugging.
16.TP 16.TP
17.B \-u, \-\-udid UDID 17.B \-u, \-\-udid UDID
18target specific device by its 40-digit device UDID. 18target specific device by UDID.
19.TP 19.TP
20.B \-l, \-\-list 20.B \-l, \-\-list
21list mount information 21list mount information
diff --git a/docs/ideviceinfo.1 b/docs/ideviceinfo.1
index f61c713..d4ecbf0 100644
--- a/docs/ideviceinfo.1
+++ b/docs/ideviceinfo.1
@@ -15,7 +15,7 @@ Show information about the first connected device.
15enable communication debugging. 15enable communication debugging.
16.TP 16.TP
17.B \-u, \-\-udid UDID 17.B \-u, \-\-udid UDID
18target specific device by its 40-digit device UDID. 18target specific device by UDID.
19.TP 19.TP
20.B \-q, \-\-domain NAME 20.B \-q, \-\-domain NAME
21set domain of query to NAME. Default: None. 21set domain of query to NAME. Default: None.
diff --git a/docs/idevicename.1 b/docs/idevicename.1
index 67897f1..ee7cd02 100644
--- a/docs/idevicename.1
+++ b/docs/idevicename.1
@@ -21,7 +21,7 @@ is given the device name will be set to the name specified.
21enable communication debugging. 21enable communication debugging.
22.TP 22.TP
23.B \-u, \-\-udid UDID 23.B \-u, \-\-udid UDID
24target specific device by its 40-digit device UDID. 24target specific device by UDID.
25.TP 25.TP
26.B \-h, \-\-help 26.B \-h, \-\-help
27prints usage information 27prints usage information
diff --git a/docs/idevicenotificationproxy.1 b/docs/idevicenotificationproxy.1
index 75bf6b1..19cf02e 100644
--- a/docs/idevicenotificationproxy.1
+++ b/docs/idevicenotificationproxy.1
@@ -12,7 +12,7 @@ Post or observe notifications on an iOS device from the command line.
12.SH OPTIONS 12.SH OPTIONS
13.TP 13.TP
14.B \-u, \-\-udid UDID 14.B \-u, \-\-udid UDID
15target specific device by its 40-digit device UDID. 15target specific device by UDID.
16.TP 16.TP
17.B \-d, \-\-debug 17.B \-d, \-\-debug
18enable communication debugging. 18enable communication debugging.
diff --git a/docs/idevicepair.1 b/docs/idevicepair.1
index e9916b3..5c567ee 100644
--- a/docs/idevicepair.1
+++ b/docs/idevicepair.1
@@ -12,7 +12,7 @@ Manage host pairings with devices and usbmuxd.
12.SH OPTIONS 12.SH OPTIONS
13.TP 13.TP
14.B \-u, \-\-udid UDID 14.B \-u, \-\-udid UDID
15target specific device by its 40-digit device UDID. 15target specific device by UDID.
16.TP 16.TP
17.B \-d, \-\-debug 17.B \-d, \-\-debug
18enable communication debugging. 18enable communication debugging.
diff --git a/docs/ideviceprovision.1 b/docs/ideviceprovision.1
index b79ea82..5f312a5 100644
--- a/docs/ideviceprovision.1
+++ b/docs/ideviceprovision.1
@@ -12,7 +12,7 @@ Manage provisioning profiles on a device.
12.SH OPTIONS 12.SH OPTIONS
13.TP 13.TP
14.B \-u, \-\-udid UDID 14.B \-u, \-\-udid UDID
15target specific device by its 40-digit device UDID. 15target specific device by UDID.
16.TP 16.TP
17.B \-x, \-\-xml 17.B \-x, \-\-xml
18print XML output when using the 'dump' command. 18print XML output when using the 'dump' command.
diff --git a/docs/idevicescreenshot.1 b/docs/idevicescreenshot.1
index c2b9619..7b6794c 100644
--- a/docs/idevicescreenshot.1
+++ b/docs/idevicescreenshot.1
@@ -22,7 +22,7 @@ the screenshotr service is not available.
22enable communication debugging. 22enable communication debugging.
23.TP 23.TP
24.B \-u, \-\-udid UDID 24.B \-u, \-\-udid UDID
25target specific device by its 40-digit device UDID. 25target specific device by UDID.
26.TP 26.TP
27.B \-h, \-\-help 27.B \-h, \-\-help
28prints usage information 28prints usage information
diff --git a/docs/idevicesyslog.1 b/docs/idevicesyslog.1
index 4230461..aa24339 100644
--- a/docs/idevicesyslog.1
+++ b/docs/idevicesyslog.1
@@ -15,7 +15,7 @@ Relay syslog of a connected device.
15enable communication debugging. 15enable communication debugging.
16.TP 16.TP
17.B \-u, \-\-udid UDID 17.B \-u, \-\-udid UDID
18target specific device by its 40-digit device UDID 18target specific device by UDID.
19.TP 19.TP
20.B \-h, \-\-help 20.B \-h, \-\-help
21prints usage information. 21prints usage information.