diff --git a/lib/modules/console/index.js b/lib/modules/console/index.js index 208b389a8..137a52201 100644 --- a/lib/modules/console/index.js +++ b/lib/modules/console/index.js @@ -30,6 +30,7 @@ class Console { // will need to pass te current embark state here 'ipfs - ' + __('instantiated js-ipfs object configured to the current environment (available if ipfs 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)'), '', __('The web3 object and the interfaces for the deployed contracts and their methods are also available')