Skip to content

Commit db2163c

Browse files
committed
docs: remove --sdk flag from documentation
1 parent 64495e9 commit db2163c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)