Skip to content

Commit

Permalink
Add basic man page for ideviceactivation tool
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyM committed Oct 16, 2014
1 parent 10df253 commit 9e10d12
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include tools
SUBDIRS = src include tools man

DISTCHECK_CONFIGURE_FLAGS =

Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ src/Makefile
include/Makefile
tools/Makefile
libideviceactivation-1.0.pc
man/Makefile
])

echo "
Expand Down
2 changes: 2 additions & 0 deletions man/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
man_MANS = ideviceactivation.1
EXTRA_DIST = $(man_MANS)
46 changes: 46 additions & 0 deletions man/ideviceactivation.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
.TH "ideviceactivation" 1
.SH NAME
ideviceactivation \- Activate or deactivate an iOS device.
.SH SYNOPSIS
.B ideviceactivation
activate [OPTIONS]

.B ideviceactivation
deactivate [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 OPTIONS
.TP
.B \-d, \-\-debug
Enable communication debugging.
.TP
.B \-u, \-\-udid UDID
Target specific device by its 40-digit device UDID.
.TP
.B \-h, \-\-help
Prints usage information.
.TP
.B \-s, \-\-service URL
Use activation webservice at URL instead of default.

.SH COMMANDS
.TP
.B activate
Attempt to activate the device.
.TP
.B deactivate
Deactivates the device.

.SH AUTHOR
This manual page was written by Martin Szulecki.

.SH SEE ALSO

http://www.libimobiledevice.org

https://github.com/libimobiledevice/libideviceactivation/

0 comments on commit 9e10d12

Please sign in to comment.