summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/Makefile.am2
-rw-r--r--docs/idevicedate.130
2 files changed, 31 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 59a1007..69ddb58 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,4 +1,4 @@
1man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1 1man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1 idevicedate.1
2 2
3EXTRA_DIST = $(man_MANS) 3EXTRA_DIST = $(man_MANS)
4 4
diff --git a/docs/idevicedate.1 b/docs/idevicedate.1
new file mode 100644
index 0000000..15c9895
--- /dev/null
+++ b/docs/idevicedate.1
@@ -0,0 +1,30 @@
1.TH "idevicedate" 1
2.SH NAME
3idevicedate \- Display the current date or set it on an iDevice.
4.SH SYNOPSIS
5.B idevicedate
6[OPTIONS]
7
8.SH DESCRIPTION
9
10Show information about the first connected iPhone/iPod Touch.
11
12.SH OPTIONS
13.TP
14.B \-d, \-\-debug
15enable communication debugging.
16.TP
17.B \-u, \-\-uuid UUID
18target specific device by its 40-digit device UUID.
19.TP
20.B \-s, \-\-set TIMESTAMP
21set UTC time described by TIMESTAMP
22.TP
23.B \-c, \-\-sync
24set time of device to current system time
25.TP
26.B \-h, \-\-help
27prints usage information
28
29.SH AUTHOR
30Martin Szulecki