in src/plugin-release.js [292:298]
message: function (answers) {
if (answers.use_existing_plugins) {
return 'We need to update the plugin and apache SVN repositories. Enter the directory containing all of your Apache Cordova source code repositories (absolute or relative paths work here)';
} else {
return 'Please enter the directory you want to house the plugin repos we will work with. This directory will be created if it does not exist.';
}
}