summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-06-05 23:17:12 +0200
committerGravatar Nikias Bassen2020-06-05 23:17:12 +0200
commit86f466396437d21ccc27dda33730993eb181e60e (patch)
treec4f5d0c88f3196ae8ad4a167b27c648608db186f /docs
parent18a93b10821a01cf1f706013e6a14014a4d3e2a5 (diff)
downloadlibimobiledevice-86f466396437d21ccc27dda33730993eb181e60e.tar.gz
libimobiledevice-86f466396437d21ccc27dda33730993eb181e60e.tar.bz2
idevice_id: Update usage and man page, and list all devices when run without options
Diffstat (limited to 'docs')
-rw-r--r--docs/idevice_id.146
1 files changed, 16 insertions, 30 deletions
diff --git a/docs/idevice_id.1 b/docs/idevice_id.1
index af9db92..caded75 100644
--- a/docs/idevice_id.1
+++ b/docs/idevice_id.1
@@ -1,53 +1,39 @@
.TH "idevice_id" 1
.SH NAME
-idevice_id \- Prints device name or a list of attached devices.
+idevice_id \- List attached devices or print device name of given device.
.SH SYNOPSIS
.B idevice_id
[OPTIONS] [UDID]
.SH DESCRIPTION
-Prints device name or a list of attached devices.
-UDID is the unique device identifier of the device
-for which the name should be retrieved.
+\f[B]idevice_id\f[] prints a list of attached devices. If a UDID is given,
+the name of the connected device with that UDID will be retrieved.
+
+Without any options, \f[B]idevice_id\f[] will list all available devices,
+USB and network.
+The output can be further controlled with the following OPTIONS.
.SH OPTIONS
.TP
.B \-l, \-\-list
-list UDID of all attached devices
+List UDIDs of all devices attached via USB.
+.TP
+.B \-n, \-\-network
+List UDIDs of all devices available via network.
.TP
.B \-d, \-\-debug
-enable communication debugging.
+Enable communication debugging.
.TP
.B \-h, \-\-help
-prints usage information.
+Prints usage information.
.TP
.B \-v, \-\-version
-prints version information.
+Prints version information.
.TP
-.SH AUTHORS
- Zach C.
-
- Jonathan Beck
-
- Matt Colyer
-
- Martin Aumueller
-
- Christophe Fergeau
-
- Martin S.
-
- Paul Sladen
-
- Patrick Walton
-
- Zoltan Balaton
-
- Nikias Bassen
-
- Todd Zullinger
+.SH AUTHOR
+Nikias Bassen
Man page written to conform with Debian by Julien Lavergne.