summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 07710d4..cf69e3a 100644
--- a/README
+++ b/README
@@ -66,11 +66,16 @@ file/document sharing feature. It allows you to exchange files with an
application on the device directly through it's documents folder by specifing
the application identifier like this:
- $ ifuse --appid <appid> <mountpoint>
+ $ ifuse --documents <appid> <mountpoint>
The following example mounts the documents folder of the VLC app to /mnt:
- $ ifuse --appid org.videolan.vlc-ios /mnt
+ $ ifuse --documents org.videolan.vlc-ios /mnt
+
+It is also possible to mount the sandboxed root folder of an application
+using the --container parameter:
+
+ $ ifuse --container <appid> <mountpoint>
Addtional help can be shown using: