summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 @@
-man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1
+man_MANS = idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1 idevicedate.1
EXTRA_DIST = $(man_MANS)
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 @@
+.TH "idevicedate" 1
+.SH NAME
+idevicedate \- Display the current date or set it on an iDevice.
+.SH SYNOPSIS
+.B idevicedate
+[OPTIONS]
+
+.SH DESCRIPTION
+
+Show information about the first connected iPhone/iPod Touch.
+
+.SH OPTIONS
+.TP
+.B \-d, \-\-debug
+enable communication debugging.
+.TP
+.B \-u, \-\-uuid UUID
+target specific device by its 40-digit device UUID.
+.TP
+.B \-s, \-\-set TIMESTAMP
+set UTC time described by TIMESTAMP
+.TP
+.B \-c, \-\-sync
+set time of device to current system time
+.TP
+.B \-h, \-\-help
+prints usage information
+
+.SH AUTHOR
+Martin Szulecki