From 74a4782bc07e8f6df74a4298ecbd34ec037c2d81 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 4 Jun 2020 23:30:37 +0200 Subject: Update man page to match current ifuse usage output and tidy it up a bit --- docs/ifuse.1 | 11 +++++++---- 1 file 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 -- cgit v1.1-32-gdbae