improve doc
This commit is contained in:
parent
826f9ad5f7
commit
a972509b77
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ function isNumber(n) {
|
||||||
var args = process.argv.slice(2);
|
var args = process.argv.slice(2);
|
||||||
var n_str = args[0];
|
var n_str = args[0];
|
||||||
if (!isNumber(n_str)) {
|
if (!isNumber(n_str)) {
|
||||||
console.log('Program requires one numeric argument');
|
console.log('Program requires one numeric argument for the amount of copayers');
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue