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 @@ .TH "idevicedate" 1 .SH NAME -idevicedate \- Display the current date or set it on an iDevice. +idevicedate \- Display the current date or set it on a device. .SH SYNOPSIS .B idevicedate [OPTIONS] .SH DESCRIPTION -Show information about the first connected iPhone/iPod Touch. +Simple utility to manage the clock on a device. .SH OPTIONS .TP +.B \-u, \-\-udid UDID +target specific device by UDID. +.TP +.B \-n, \-\-network +connect to network device. +.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 @@ -25,6 +28,14 @@ set time of device to current system time .TP .B \-h, \-\-help prints usage information +.TP +.B \-v, \-\-version +prints version information. .SH AUTHOR Martin Szulecki + +.SH ON THE WEB +https://libimobiledevice.org + +https://github.com/libimobiledevice/libimobiledevice |