Fix dbglevel usage

This commit is contained in:
Cristian 2017-12-14 14:37:18 -08:00 committed by GitHub
parent 566961c7a5
commit 8b0acd75e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ s3fs mybucket /path/to/mountpoint -o passwd_file=/path/to/passwd
If you encounter any errors, enable debug output:
```
s3fs mybucket /path/to/mountpoint -o passwd_file=/path/to/passwd -dbglevel=info -f -o curldbg
s3fs mybucket /path/to/mountpoint -o passwd_file=/path/to/passwd -o dbglevel=info -f -o curldbg
```
You can also mount on boot by entering the following line to `/etc/fstab`: