mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
add cb to mount in docs
This commit is contained in:
parent
89b6b675d2
commit
de412a6aaf
@ -80,7 +80,7 @@ process.on('SIGINT', function () {
|
|||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
||||||
#### `fuse.mount(mnt, ops)`
|
#### `fuse.mount(mnt, ops, [cb])`
|
||||||
|
|
||||||
Mount a new filesystem on `mnt`.
|
Mount a new filesystem on `mnt`.
|
||||||
Pass the FUSE operations you want to support as the `ops` argument.
|
Pass the FUSE operations you want to support as the `ops` argument.
|
||||||
|
Loading…
Reference in New Issue
Block a user