Skip to content

Commit ff90e46

Browse files
Merge pull request #440 from NativeScript/vladimirov/fix-help-run
Fix help of run command
2 parents 0f99d43 + 1b65034 commit ff90e46

File tree

1 file changed

+1
-2
lines changed
  • docs/man_pages/project/testing

1 file changed

+1
-2
lines changed

docs/man_pages/project/testing/run.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ run
33

44
Usage | Synopsis
55
---|---
6-
<% if((isConsole && isMacOS) || isHtml) { %>General | `$ tns run <Platform>`<% } %>
7-
<% if(isConsole && (isLinux || isWindows)) { %>General | `$ tns run android`<% } %>
6+
<% if((isConsole && isMacOS) || isHtml) { %>General | `$ tns run <Platform>`<% } %><% if(isConsole && (isLinux || isWindows)) { %>General | `$ tns run android`<% } %>
87

98
Runs your project on a connected device or in the native emulator for the selected platform.<% if(isMacOS) { %>You must specify the target platform on which you want to run your project.<% } %><% if(isConsole && (isLinux || isWindows)) { %>You must run `$ tns run android`<% } %>
109

0 commit comments

Comments
 (0)