From 95e32e28c3e44c774c5da20fcdc371e1c314964a Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Tue, 8 Feb 2011 02:44:21 +0100 Subject: Add a manpage --- docs/ifuse.1 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/ifuse.1 (limited to 'docs/ifuse.1') diff --git a/docs/ifuse.1 b/docs/ifuse.1 new file mode 100644 index 0000000..27ea2d6 --- /dev/null +++ b/docs/ifuse.1 @@ -0,0 +1,45 @@ +.TH "ifuse" 1 +.SH NAME +ifuse \- Mount filesystem of an iPhone, iPod Touch, iPad or Apple TV. +.SH SYNOPSIS +.B ifuse [OPTIONS] + +.SH DESCRIPTION + +Mount filesystem of an iPhone, iPod Touch, iPad or Apple TV + +Example: + +ifuse /media/iPhone \-\-root + +This mounts the root filesystem of the first attached device on +this computer in the directory /media/iPhone. + + +.SH OPTIONS +.TP +.B \-o opt,[opt...] +mount options. +.TP +.B \-u|\-\-uuid UUID +mount specific device by its 40-digit device UUID. +.TP +.B \-h|\-\-help +prints usage information. +.TP +.B \-V|\-\-version +print version. +.TP +.B \-\-appid APPID +mount 'Documents' folder of app identified by APPID. +.TP +.B \-\-root +mount root file system (jailbroken device required). +.TP +.B \-\-debug +enable libimobiledevice communication debugging. + +.SH AUTHOR +Matt Colyer + +Man page written to conform with Debian by Julien Lavergne. -- cgit v1.1-32-gdbae