From 5b86c12910c5223e33e1c22f6e65a7442f4ec9b4 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 13 Dec 2013 17:09:16 +0100 Subject: updated README to reflect changes in command line switches --- README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README') 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 + $ ifuse --documents 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 Addtional help can be shown using: -- cgit v1.1-32-gdbae