Skip to content

Commit

Permalink
Merge pull request s3fs-fuse#699 from casidiablo/patch-1
Browse files Browse the repository at this point in the history
Fix dbglevel usage
  • Loading branch information
ggtakec authored Dec 17, 2017
2 parents 6b58220 + 8b0acd7 commit a60b32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit a60b32c

Please sign in to comment.