Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Jan 11, 2018
1 parent dbe6b37 commit cba9166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/daemon-ctrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ class DaemonController {
* - `disposable` bool - a new repo is created and initialized for each invocation
* - `config` - ipfs configuration options
* - `args` - array of cmd line arguments to be passed to ipfs daemon
* - `exec` - path to the desired IPFS executable to spawn
* - `exec` string (optional) - path to the desired IPFS executable to spawn,
* this will override the `exec` set when creating the daemon controller factory instance
*
* @param {Object} [opts={}] - various config options and ipfs config parameters
* @param {Function} callback(err, [`ipfs-api instance`, `Node (ctrl) instance`]) - a callback that receives an array with an `ipfs-instance` attached to the node and a `Node`
Expand Down

0 comments on commit cba9166

Please sign in to comment.