From 2f73eebf0a622e55d41fb3787bf84c60a92b754a Mon Sep 17 00:00:00 2001 From: ekatek Date: Thu, 21 Aug 2014 15:01:58 -0700 Subject: [PATCH] even better wording --- tools/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/commands.js b/tools/commands.js index 75b511d215..7da91d353f 100644 --- a/tools/commands.js +++ b/tools/commands.js @@ -276,7 +276,7 @@ main.registerCommand({ "\nPackage names can only contain lowercase ASCII alphanumerics, dash,\n" + "and dot, and must contain at least one letter. Package names may not start\n" + "with a dot. If you plan to publish a package, it must be prefixed with your\n" + -"username and a colon \n"); +"Meteor developer username and a colon. \n"); process.exit(1); }