1
0
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:
Mathias Buus 2015-03-22 13:07:36 +01:00
parent 89b6b675d2
commit de412a6aaf

View File

@ -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.