Skip to content

Commit

Permalink
Update ideviceactivation man page to match current usage and clean it…
Browse files Browse the repository at this point in the history
… a bit
  • Loading branch information
FunkyM committed Jun 4, 2020
1 parent c3be9b9 commit 76e6449
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions man/ideviceactivation.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/

0 comments on commit 76e6449

Please sign in to comment.