Update README to remove a remaining reference about user/password.

This commit is contained in:
Pascal Obry
2014-12-03 08:56:46 +01:00
parent 29d6991224
commit 9bf58ae093
+1 -6
View File
@@ -43,14 +43,9 @@ USE:
sudo hubicfuse /mnt/hubic -o noauto_cache,sync_read,allow_other
It is possible to pass (or override) some variables on the command line:
sudo hubicfuse /mnt/hubic \
-o username='xxx',password='xxx',noauto_cache,sync_read,allow_other
And finaly, it can be set in /etc/fstab:
hubicfuse /mnt/hubic fuse username=xxx,password=xxx...,user,noauto 0 0
hubicfuse /mnt/hubic fuse user,noauto 0 0
It also inherits a number of command-line arguments and mount options from
the Fuse framework. The "-h" argument should provide a summary.