diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/ideviceactivation.1 | 35 | 
1 files changed, 23 insertions, 12 deletions
diff --git a/man/ideviceactivation.1 b/man/ideviceactivation.1 index 433324b..adcbb8c 100644 --- a/man/ideviceactivation.1 +++ b/man/ideviceactivation.1 @@ -8,12 +8,26 @@ activate [OPTIONS]  .B ideviceactivation  deactivate [OPTIONS] +.B ideviceactivation +state [OPTIONS] +  .SH DESCRIPTION  Allows to activate and deactivate iOS devices by talking to Apple's webservice.  If the activation process uses forms, input will be requested from the user. +.SH COMMANDS +.TP +.B activate +Attempt to activate the device. +.TP +.B deactivate +Deactivates the device. +.TP +.B state +Query device for activation state. +  .SH OPTIONS  .TP  .B \-d, \-\-debug @@ -22,28 +36,25 @@ Enable communication debugging.  .B \-u, \-\-udid UDID  Target specific device by its 40-digit device UDID.  .TP -.B \-h, \-\-help -Prints usage information. +.B \-n, \-\-network +Connect to network device even if available via USB. +.TP +.B \-b, \-\-batch +Explicitly run in non-interactive mode (default: auto-detect).  .TP  .B \-s, \-\-service URL  Use activation webservice at URL instead of default.  .TP  .B \-v, \-\-version  Print version information and exit. - -.SH COMMANDS -.TP -.B activate -Attempt to activate the device.  .TP -.B deactivate -Deactivates the device. +.B \-h, \-\-help +Prints usage information.  .SH AUTHOR -This manual page was written by Martin Szulecki. - -.SH SEE ALSO +Martin Szulecki +.SH ON THE WEB  http://www.libimobiledevice.org  https://github.com/libimobiledevice/libideviceactivation/  | 
