From 76e6449e23ee34d820271ec7f4a2f4cf84b412e9 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 4 Jun 2020 23:55:50 +0200 Subject: Update ideviceactivation man page to match current usage and clean it a bit --- man/ideviceactivation.1 | 35 +++++++++++++++++++++++------------ 1 file 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/ -- cgit v1.1-32-gdbae