diff options
Diffstat (limited to 'docs/idevicename.1')
-rw-r--r-- | docs/idevicename.1 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/idevicename.1 b/docs/idevicename.1 new file mode 100644 index 0000000..34ce490 --- /dev/null +++ b/docs/idevicename.1 | |||
@@ -0,0 +1,41 @@ | |||
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] [NAME] | ||
7 | |||
8 | .SH DESCRIPTION | ||
9 | |||
10 | Simple utility to manage the device name. | ||
11 | |||
12 | If called without any extra argument this tool will print the current device name. | ||
13 | |||
14 | If | ||
15 | .B NAME | ||
16 | is given the device name will be set to the name specified. | ||
17 | |||
18 | .SH OPTIONS | ||
19 | .TP | ||
20 | .B \-u, \-\-udid UDID | ||
21 | target specific device by UDID. | ||
22 | .TP | ||
23 | .B \-n, \-\-network | ||
24 | connect to network device. | ||
25 | .TP | ||
26 | .B \-d, \-\-debug | ||
27 | enable communication debugging. | ||
28 | .TP | ||
29 | .B \-h, \-\-help | ||
30 | prints usage information | ||
31 | .TP | ||
32 | .B \-v, \-\-version | ||
33 | prints version information. | ||
34 | |||
35 | .SH AUTHOR | ||
36 | Nikias Bassen | ||
37 | |||
38 | .SH ON THE WEB | ||
39 | https://libimobiledevice.org | ||
40 | |||
41 | https://github.com/libimobiledevice/libimobiledevice | ||