From f782a514424dcdfe2ece77ca9036ec4685918681 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Fri, 31 Jan 2014 15:24:46 -0500 Subject: [PATCH] document default value of requiresApp --- tools/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/main.js b/tools/main.js index 6201a528f0..18159e8ed8 100644 --- a/tools/main.js +++ b/tools/main.js @@ -97,7 +97,8 @@ main.SpringboardToLatestRelease = function () {}; // - short: single character short alias (eg, 'p' for 'port', to do -p 3000) // - default: value to use if none supplied // - required: true if required (incompatible with 'default') -// - requiresApp: does this command work with an app? possible values: +// - requiresApp: does this command work with an app? possible values +// (defaults to false): // - true if an app is required, and command must be run inside an // app. The command will be run using the app's Meteor release // (unless overridden by --release or a checkout). An 'appDir'