diff --git a/lib/modules/console/index.js b/lib/modules/console/index.js index 137a52201..95ec59675 100644 --- a/lib/modules/console/index.js +++ b/lib/modules/console/index.js @@ -29,6 +29,7 @@ class Console { // TODO: only if the blockchain is actually active! // will need to pass te current embark state here 'ipfs - ' + __('instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)'), + 'swarm - ' + __('instantiated swarm-api object configured to the current environment (available if swarm is enabled)'), 'web3 - ' + __('instantiated web3.js object configured to the current environment'), 'EmbarkJS - ' + __('EmbarkJS static functions for Storage, Messages, Names, etc.'), 'quit - ' + __('to immediatly exit (alias: exit)'),