summaryrefslogtreecommitdiffstats
path: root/docs/idevicename.1
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-06-05 20:52:23 +0200
committerGravatar Nikias Bassen2020-06-05 20:52:23 +0200
commit18a93b10821a01cf1f706013e6a14014a4d3e2a5 (patch)
treedd8736ff39896830574e69f6569787e9451d3618 /docs/idevicename.1
parent489a673aeeef4706af3986d41c24ab434e77d7d5 (diff)
downloadlibimobiledevice-18a93b10821a01cf1f706013e6a14014a4d3e2a5.tar.gz
libimobiledevice-18a93b10821a01cf1f706013e6a14014a4d3e2a5.tar.bz2
docs: Update man pages with new command line switches
Diffstat (limited to 'docs/idevicename.1')
-rw-r--r--docs/idevicename.112
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/idevicename.1 b/docs/idevicename.1
index 0380160..34ce490 100644
--- a/docs/idevicename.1
+++ b/docs/idevicename.1
@@ -17,14 +17,20 @@ is given the device name will be set to the name specified.
.SH OPTIONS
.TP
-.B \-d, \-\-debug
-enable communication debugging.
-.TP
.B \-u, \-\-udid UDID
target specific device by UDID.
.TP
+.B \-n, \-\-network
+connect to network device.
+.TP
+.B \-d, \-\-debug
+enable communication debugging.
+.TP
.B \-h, \-\-help
prints usage information
+.TP
+.B \-v, \-\-version
+prints version information.
.SH AUTHOR
Nikias Bassen