From 60da6831105c91cbd7bfe64e37af82ce802be1cd Mon Sep 17 00:00:00 2001 From: Matthew Arbesfeld Date: Wed, 20 Aug 2014 13:39:53 -0700 Subject: [PATCH] Update help for run --- tools/help.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/help.txt b/tools/help.txt index 9ce466b301..4f12a88436 100644 --- a/tools/help.txt +++ b/tools/help.txt @@ -31,8 +31,12 @@ are automatically detected and applied to the running application. The application's database persists between runs. It's stored under the .meteor directory in the root of the project. -If you have added any platforms such as ios or android -using 'meteor add-platform', you can specify which platforms to run your app on. +You can specify additional platforms where the app should be run if they have +been previously added with 'meteor add-platform'. +By default, Meteor will run the app in an emulator. Appending "-device" to the +end of a platform string (such as "android-device") will run the app on a +physical device. "ios-device" will open XCode and allow you to manually run +the app on a device. Options: --port, -p Port to listen on (instead of the default 3000). Also