summaryrefslogtreecommitdiffstats
path: root/docs/idevicename.1
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2014-03-10 16:19:21 +0100
committerGravatar Nikias Bassen2014-03-10 16:19:21 +0100
commit6c905358d5f6f73120369891b5c28b26fd6feb29 (patch)
treee266c62c06d8cbede78d09256a9911dfd88b2ce2 /docs/idevicename.1
parentdf5f12e84365d3c65df85ffe6b564e5d78deb64b (diff)
downloadlibimobiledevice-6c905358d5f6f73120369891b5c28b26fd6feb29.tar.gz
libimobiledevice-6c905358d5f6f73120369891b5c28b26fd6feb29.tar.bz2
docs: Add man page for idevicename utility
Diffstat (limited to 'docs/idevicename.1')
-rw-r--r--docs/idevicename.128
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/idevicename.1 b/docs/idevicename.1
new file mode 100644
index 0000000..f007f30
--- /dev/null
+++ b/docs/idevicename.1
@@ -0,0 +1,28 @@
1.TH "idevicename" 1
2.SH NAME
3idevicename \- Display the device name or set it to NAME if specified.
4.SH SYNOPSIS
5.B idevicename
6[OPTIONS]
7[NAME]
8
9.SH DESCRIPTION
10
11Simple utility to manage the device name.
12
13If called without any extra argument this tool will print the current device name.
14
15If
16.B NAME
17is given the device name will be set to the name specified.
18
19.SH OPTIONS
20.TP
21.B \-u, \-\-udid UDID
22target specific device by its 40-digit device UDID.
23.TP
24.B \-h, \-\-help
25prints usage information
26
27.SH AUTHOR
28Nikias Bassen