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 @@
+.TH "idevicename" 1
+.SH NAME
+idevicename \- Display the device name or set it to NAME if specified.
+.SH SYNOPSIS
+.B idevicename
+[OPTIONS]
+[NAME]
+
+.SH DESCRIPTION
+
+Simple utility to manage the device name.
+
+If called without any extra argument this tool will print the current device name.
+
+If
+.B NAME
+is given the device name will be set to the name specified.
+
+.SH OPTIONS
+.TP
+.B \-u, \-\-udid UDID
+target specific device by its 40-digit device UDID.
+.TP
+.B \-h, \-\-help
+prints usage information
+
+.SH AUTHOR
+Nikias Bassen