add cb to mount in docs

Mathias Buus 10 years ago
parent 89b6b675d2
commit de412a6aaf

@ -80,7 +80,7 @@ process.on('SIGINT', function () {
## API
#### `fuse.mount(mnt, ops)`
#### `fuse.mount(mnt, ops, [cb])`
Mount a new filesystem on `mnt`.
Pass the FUSE operations you want to support as the `ops` argument.

Loading…
Cancel
Save