diff options
author | Martin Szulecki | 2013-11-12 12:41:22 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-11-12 13:01:55 +0100 |
commit | ad2a0823d86ae770308e572d2322029267f10280 (patch) | |
tree | d23373fc6b44e231d6dcd70c2e3fe0056eaf066c | |
parent | 2f4910a684505d9b7e4a65a472b40b0280bdd5c7 (diff) | |
download | ifuse-ad2a0823d86ae770308e572d2322029267f10280.tar.gz ifuse-ad2a0823d86ae770308e572d2322029267f10280.tar.bz2 |
Use bundle identifier of official VLC app in README
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ the application identifier like this: The following example mounts the documents folder of the VLC app to /mnt: - $ ifuse --appid com.appladium.vlc /mnt + $ ifuse --appid org.videolan.vlc-ios /mnt Addtional help can be shown using: |