mirror of https://github.com/embarklabs/embark.git
Minor typo in help message
This commit is contained in:
parent
87ff194ce4
commit
4f1317dcdd
|
@ -29,7 +29,7 @@ Console.prototype.executeCmd = function(cmd, callback) {
|
||||||
'web3 - instantiated web3.js object configured to the current environment',
|
'web3 - instantiated web3.js object configured to the current environment',
|
||||||
'quit - to immediatly exit',
|
'quit - to immediatly exit',
|
||||||
'',
|
'',
|
||||||
'The web3 object and the interfaces for the deployed contrats and their methods are also available'
|
'The web3 object and the interfaces for the deployed contracts and their methods are also available'
|
||||||
];
|
];
|
||||||
return callback(helpText.join('\n'));
|
return callback(helpText.join('\n'));
|
||||||
} else if (cmd === 'quit') {
|
} else if (cmd === 'quit') {
|
||||||
|
@ -50,4 +50,3 @@ Console.prototype.executeCmd = function(cmd, callback) {
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = Console;
|
module.exports = Console;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue