diff options
author | Nikias Bassen <nikias@gmx.li> | 2018-10-01 02:32:51 +0200 |
---|---|---|
committer | Nikias Bassen <nikias@gmx.li> | 2018-10-01 02:32:51 +0200 |
commit | b34e3435c21d06b3e5a4e7b5246fb6ddb6641a9f (patch) | |
tree | 89b78560cd956b956a03c9b207816d8cb345c37e /docs/idevicebackup.1 | |
parent | f1ee0fd8b2b1dd65c64f5a67e208efc708295caa (diff) | |
download | libimobiledevice-b34e3435c21d06b3e5a4e7b5246fb6ddb6641a9f.tar.gz |
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/idevicebackup.1')
-rw-r--r-- | docs/idevicebackup.1 | 2 |
1 files changed, 1 insertions, 1 deletions
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. .SH OPTIONS .TP .B \-u, \-\-udid UDID -target specific device by its 40-digit device UDID. +target specific device by UDID. .TP .B \-d, \-\-debug enable communication debugging. |