diff options
| author | 2014-03-10 16:19:21 +0100 | |
|---|---|---|
| committer | 2014-03-10 16:19:21 +0100 | |
| commit | 6c905358d5f6f73120369891b5c28b26fd6feb29 (patch) | |
| tree | e266c62c06d8cbede78d09256a9911dfd88b2ce2 | |
| parent | df5f12e84365d3c65df85ffe6b564e5d78deb64b (diff) | |
| download | libimobiledevice-6c905358d5f6f73120369891b5c28b26fd6feb29.tar.gz libimobiledevice-6c905358d5f6f73120369891b5c28b26fd6feb29.tar.bz2 | |
docs: Add man page for idevicename utility
| -rw-r--r-- | docs/Makefile.am | 2 | ||||
| -rw-r--r-- | docs/idevicename.1 | 28 |
2 files changed, 29 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index dddf8d6..826105a 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 idevicebackup2.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1 idevicedate.1 ideviceprovision.1 idevicedebugserverproxy.1 idevicediagnostics.1 idevicecrashreport.1 | 1 | man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 idevicebackup2.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1 idevicedate.1 ideviceprovision.1 idevicedebugserverproxy.1 idevicediagnostics.1 idevicecrashreport.1 idevicename.1 |
| 2 | 2 | ||
| 3 | EXTRA_DIST = $(man_MANS) | 3 | EXTRA_DIST = $(man_MANS) |
| 4 | 4 | ||
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 | ||
| 3 | idevicename \- 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 | |||
| 11 | Simple utility to manage the device name. | ||
| 12 | |||
| 13 | If called without any extra argument this tool will print the current device name. | ||
| 14 | |||
| 15 | If | ||
| 16 | .B NAME | ||
| 17 | is given the device name will be set to the name specified. | ||
| 18 | |||
| 19 | .SH OPTIONS | ||
| 20 | .TP | ||
| 21 | .B \-u, \-\-udid UDID | ||
| 22 | target specific device by its 40-digit device UDID. | ||
| 23 | .TP | ||
| 24 | .B \-h, \-\-help | ||
| 25 | prints usage information | ||
| 26 | |||
| 27 | .SH AUTHOR | ||
| 28 | Nikias Bassen | ||
