Skip to content

Commit 4f9a2de

Browse files
authored
Merge pull request #4859 from NativeScript/kddimitrov/docs-remove-sdk-flag
docs: remove --sdk flag from documentation
2 parents 64495e9 + db2163c commit 4f9a2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/man_pages/project/configuration/platform-add.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Configures the current project to target the selected platform. <% if(isHtml) {
1313

1414
Usage | Synopsis
1515
------|-------
16-
Android latest runtime | `$ tns platform add android [--framework-path <File Path>] [--sdk <API Level>] [--platform-template <Platform Template>]`
17-
Android selected runtime | `$ tns platform add android[@<Version>] [--framework-path <File Path>] [--sdk <API Level>] [--platform-template <Platform Template>]`
16+
Android latest runtime | `$ tns platform add android [--framework-path <File Path>] [--platform-template <Platform Template>]`
17+
Android selected runtime | `$ tns platform add android[@<Version>] [--framework-path <File Path>] [--platform-template <Platform Template>]`
1818
<% if (isMacOS) { %>iOS latest runtime | `$ tns platform add ios [--framework-path <File Path>]`
1919
iOS selected runtime | `$ tns platform add ios[@<Version>] [--framework-path <File Path>] [--platform-template <Platform Template>]`<% } %>
2020

0 commit comments

Comments
 (0)