diff options
Diffstat (limited to 'docs/idevicedate.1')
-rw-r--r-- | docs/idevicedate.1 | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/docs/idevicedate.1 b/docs/idevicedate.1 index 15c9895..dcdc57e 100644 --- a/docs/idevicedate.1 +++ b/docs/idevicedate.1 | |||
@@ -1,22 +1,25 @@ | |||
1 | .TH "idevicedate" 1 | 1 | .TH "idevicedate" 1 |
2 | .SH NAME | 2 | .SH NAME |
3 | idevicedate \- Display the current date or set it on an iDevice. | 3 | idevicedate \- Display the current date or set it on a device. |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
5 | .B idevicedate | 5 | .B idevicedate |
6 | [OPTIONS] | 6 | [OPTIONS] |
7 | 7 | ||
8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
9 | 9 | ||
10 | Show information about the first connected iPhone/iPod Touch. | 10 | Simple utility to manage the clock on a device. |
11 | 11 | ||
12 | .SH OPTIONS | 12 | .SH OPTIONS |
13 | .TP | 13 | .TP |
14 | .B \-u, \-\-udid UDID | ||
15 | target specific device by UDID. | ||
16 | .TP | ||
17 | .B \-n, \-\-network | ||
18 | connect to network device. | ||
19 | .TP | ||
14 | .B \-d, \-\-debug | 20 | .B \-d, \-\-debug |
15 | enable communication debugging. | 21 | enable communication debugging. |
16 | .TP | 22 | .TP |
17 | .B \-u, \-\-uuid UUID | ||
18 | target specific device by its 40-digit device UUID. | ||
19 | .TP | ||
20 | .B \-s, \-\-set TIMESTAMP | 23 | .B \-s, \-\-set TIMESTAMP |
21 | set UTC time described by TIMESTAMP | 24 | set UTC time described by TIMESTAMP |
22 | .TP | 25 | .TP |
@@ -25,6 +28,14 @@ set time of device to current system time | |||
25 | .TP | 28 | .TP |
26 | .B \-h, \-\-help | 29 | .B \-h, \-\-help |
27 | prints usage information | 30 | prints usage information |
31 | .TP | ||
32 | .B \-v, \-\-version | ||
33 | prints version information. | ||
28 | 34 | ||
29 | .SH AUTHOR | 35 | .SH AUTHOR |
30 | Martin Szulecki | 36 | Martin Szulecki |
37 | |||
38 | .SH ON THE WEB | ||
39 | https://libimobiledevice.org | ||
40 | |||
41 | https://github.com/libimobiledevice/libimobiledevice | ||