diff options
author | Nikias Bassen | 2020-06-05 20:59:58 +0200 |
---|---|---|
committer | Nikias Bassen | 2020-06-05 20:59:58 +0200 |
commit | 0aea87a47e58b2c1ae7f44331ef1749700de1d64 (patch) | |
tree | 479f4132af265b5acc6aaaca27621ab0b96d8cac /man | |
parent | 76e6449e23ee34d820271ec7f4a2f4cf84b412e9 (diff) | |
download | libideviceactivation-0aea87a47e58b2c1ae7f44331ef1749700de1d64.tar.gz libideviceactivation-0aea87a47e58b2c1ae7f44331ef1749700de1d64.tar.bz2 |
Unify --network option with the other idevice tools
Diffstat (limited to 'man')
-rw-r--r-- | man/ideviceactivation.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/ideviceactivation.1 b/man/ideviceactivation.1 index adcbb8c..6ff791a 100644 --- a/man/ideviceactivation.1 +++ b/man/ideviceactivation.1 @@ -34,10 +34,10 @@ Query device for activation state. Enable communication debugging. .TP .B \-u, \-\-udid UDID -Target specific device by its 40-digit device UDID. +Target specific device by UDID. .TP .B \-n, \-\-network -Connect to network device even if available via USB. +Connect to network device. .TP .B \-b, \-\-batch Explicitly run in non-interactive mode (default: auto-detect). |