summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-04 23:30:37 +0200
committerGravatar Martin Szulecki2020-06-04 23:30:37 +0200
commit74a4782bc07e8f6df74a4298ecbd34ec037c2d81 (patch)
treeb3b53ebd935ce73903bc3d9f415925fda981a86f /docs
parentc5d508bbd7b0f7fb7eb29abfa76f7e22e7defa21 (diff)
downloadifuse-74a4782bc07e8f6df74a4298ecbd34ec037c2d81.tar.gz
ifuse-74a4782bc07e8f6df74a4298ecbd34ec037c2d81.tar.bz2
Update man page to match current ifuse usage output and tidy it up a bit
Diffstat (limited to 'docs')
-rw-r--r--docs/ifuse.111
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/ifuse.1 b/docs/ifuse.1
index fc3bb36..02ca966 100644
--- a/docs/ifuse.1
+++ b/docs/ifuse.1
@@ -25,14 +25,14 @@ Regular users are able to unmount fuse mounts using "fusermount -u MOUNTPOINT".
.B \-o opt,[opt...]
mount options.
.TP
-.B \-u, \-\-uuid UUID
-mount specific device by its 40-digit device UUID.
+.B \-u, \-\-udid UDID
+mount specific device by UDID.
.TP
.B \-n, \-\-network
connect to network device even if available via USB.
.TP
.B \-h, \-\-help
-prints usage information.
+print usage information.
.TP
.B \-V, \-\-version
print version.
@@ -46,7 +46,10 @@ mount 'Documents' folder of app identified by APPID.
.B \-\-container APPID
mount sandbox root of an app identified by APPID.
.TP
-.B \-\-root
+.B \-\-list-apps
+list installed apps that have file sharing enabled.
+.TP
+.B \-\-root
mount root file system (jailbroken device required).
.SH AUTHOR