diff options
author | Nikias Bassen | 2013-12-13 17:09:16 +0100 |
---|---|---|
committer | Nikias Bassen | 2013-12-13 17:09:16 +0100 |
commit | 5b86c12910c5223e33e1c22f6e65a7442f4ec9b4 (patch) | |
tree | 5cc995efb40b220eca8cd685408815c65f6c15ee /README | |
parent | 0d81648614ec4fe410bb01bcd8367be35657b045 (diff) | |
download | ifuse-5b86c12910c5223e33e1c22f6e65a7442f4ec9b4.tar.gz ifuse-5b86c12910c5223e33e1c22f6e65a7442f4ec9b4.tar.bz2 |
updated README to reflect changes in command line switches
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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: |