Skip to content

Commit 8eb0a7d

Browse files
committed
Merge pull request #33 from NativeScript/ErjanGavalji/fix-platform-help
Small fixes to the help
2 parents fee3115 + e08d24c commit 8eb0a7d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

resources/help.txt

+6-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Usage:
5858

5959
<Command> is a related command that extends the platform command. You can run the following related commands:
6060
list - Lists all available and installed platforms.
61-
add - Creates a new platform specific project
61+
add - Enables a project with deployment capabilities for the specified platform
62+
remove - Removes the deployment capabilities of a project for the specified platform
6263

6364
--[/]--
6465

@@ -80,8 +81,9 @@ Platform-specific usage:
8081
$ tns platform add android
8182
$ tns platform add ios
8283

83-
Creates a new platform specific project. In this version of Telerik NativeScript you can create only ios and android projects.
84-
You can create Android projects on windows and Mac machine. You can create ios projects only on Mac machine.
84+
Creates a new platform specific project. The current version of the Telerik NativeScript has support for
85+
iOS and Android projects. Android projects can be created on Linux, Windows and Mac machines. iOS projects
86+
can only be created on a Mac machine.
8587

8688
--[/]--
8789

@@ -94,7 +96,7 @@ Platform-specific usage:
9496
$ tns platform remove android
9597
$ tns platform remove ios
9698

97-
Removes the platform specific project.
99+
Removes the deployment capabilities of a project for the specified platform.
98100

99101
--[/]--
100102

0 commit comments

Comments
 (0)