Skip to content

Commit

Permalink
unstable is new latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kuno committed Feb 16, 2011
1 parent f3ad16a commit d3563a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/neco.js
Expand Up @@ -69,7 +69,7 @@ if (argv.cmd === undefined) {
if (!argv.id) {
message = 'Missing ID';
suggestion = 'Please specific at least one ID( and the version of node, if you will).';
example = 'neco create <id> [stable, latest, node-version]';
example = 'neco create <id> [stable, unstable, node-version]';
log.emit('exit', message, suggestion, example);
} else {
filterConfig(function() {
Expand Down Expand Up @@ -132,7 +132,7 @@ if (argv.cmd === undefined) {
} else {
message = 'The desired release '+argv.target+' is not available.';
suggestion = 'Find out all the available releases.';
example = 'neco find [stable, latest, node-version]';
example = 'neco find [stable, unstable, node-version]';
log.emit('exit', message, suggestion, example);
}
} else {
Expand Down

0 comments on commit d3563a5

Please sign in to comment.