summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-04 23:55:50 +0200
committerGravatar Martin Szulecki2020-06-04 23:55:50 +0200
commit76e6449e23ee34d820271ec7f4a2f4cf84b412e9 (patch)
tree17c496fc5176f8b372fb233718956a4e4ed70bb7
parentc3be9b94d3960fb546cdb721c5f00d26567ba511 (diff)
downloadlibideviceactivation-76e6449e23ee34d820271ec7f4a2f4cf84b412e9.tar.gz
libideviceactivation-76e6449e23ee34d820271ec7f4a2f4cf84b412e9.tar.bz2
Update ideviceactivation man page to match current usage and clean it a bit
-rw-r--r--man/ideviceactivation.135
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/