renamed options

This commit is contained in:
jash
2018-10-07 23:34:17 +02:00
committed by kexkey
parent 875a2c7afd
commit 9c614fedfb

View File

@@ -20,10 +20,10 @@ module.exports = {
default: utils._getDefault( 'installer' ),
message: chalk.red('Where do you want to install cyphernode?')+'\n',
choices: [{
name: "Local docker",
name: "LDocker",
value: "docker"
},{
name: "Lunanode",
name: "Lunanode (not implemented)",
value: "lunanode"
}]
},