From e08d24cd9c540a837bb0a587da5448d2331989a0 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Mon, 11 Aug 2014 10:07:23 +0300 Subject: [PATCH] Small fixes to the help --- resources/help.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/resources/help.txt b/resources/help.txt index 871f20c9e6..0774f70d2e 100644 --- a/resources/help.txt +++ b/resources/help.txt @@ -58,7 +58,8 @@ Usage: is a related command that extends the platform command. You can run the following related commands: list - Lists all available and installed platforms. - add - Creates a new platform specific project + add - Enables a project with deployment capabilities for the specified platform + remove - Removes the deployment capabilities of a project for the specified platform --[/]-- @@ -80,8 +81,9 @@ Platform-specific usage: $ tns platform add android $ tns platform add ios -Creates a new platform specific project. In this version of Telerik NativeScript you can create only ios and android projects. -You can create Android projects on windows and Mac machine. You can create ios projects only on Mac machine. +Creates a new platform specific project. The current version of the Telerik NativeScript has support for +iOS and Android projects. Android projects can be created on Linux, Windows and Mac machines. iOS projects +can only be created on a Mac machine. --[/]-- @@ -94,7 +96,7 @@ Platform-specific usage: $ tns platform remove android $ tns platform remove ios -Removes the platform specific project. +Removes the deployment capabilities of a project for the specified platform. --[/]--