For formatting for 'meteor --help'

'meteor test-packages' is long
:
This commit is contained in:
Avital Oliver
2013-02-14 19:13:33 -08:00
committed by David Glasser
parent d34b4b8d29
commit 8057ff07c2

View File

@@ -31,7 +31,7 @@ Fiber(function () {
"Commands:\n");
_.each(Commands, function (cmd) {
if (cmd.help) {
var name = cmd.name + " ".substr(cmd.name.length);
var name = cmd.name + " ".substr(cmd.name.length);
process.stdout.write(" " + name + cmd.help + "\n");
}
});