summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-12-13 17:09:16 +0100
committerGravatar Nikias Bassen2013-12-13 17:09:16 +0100
commit5b86c12910c5223e33e1c22f6e65a7442f4ec9b4 (patch)
tree5cc995efb40b220eca8cd685408815c65f6c15ee
parent0d81648614ec4fe410bb01bcd8367be35657b045 (diff)
downloadifuse-5b86c12910c5223e33e1c22f6e65a7442f4ec9b4.tar.gz
ifuse-5b86c12910c5223e33e1c22f6e65a7442f4ec9b4.tar.bz2
updated README to reflect changes in command line switches
-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: