Skip to content

Commit fb77d74

Browse files
Merge pull request #427 from NativeScript/vladimirov/help-improvements-to-release
Improve help service
2 parents f5d22fd + f0e23e2 commit fb77d74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/man_pages/device/device-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Lists all recognized connected iOS devices with serial number and index.
99

1010
<% if(isConsole && (isLinux)) { %>WARNING: You can run this command only on Windows and OS X systems. To view the complete help for this command, run `$ tns help device ios`<% } %>
1111

12-
<% if((isConsole && (isMacOS||isWindows) || isHtml) { %>
12+
<% if((isConsole && (isWindows || isMacOS)) || isHtml) { %>
1313
### Options
1414
* `--timeout` - Sets the time in milliseconds for the operation to search for connected devices before completing. If not set, the default value is 4000. <% } %><% if(isHtml) { %>The operation will continue to wait and listen for newly connected devices and will list them after the specified time expires.
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"lodash": "3.6.0",
4242
"log4js": "0.6.22",
4343
"marked": "0.3.3",
44-
"marked-terminal": "1.3.0",
44+
"marked-terminal": "1.4.0",
4545
"mkdirp": "0.3.5",
4646
"mute-stream": "0.0.4",
4747
"node-inspector": "0.7.4",

0 commit comments

Comments
 (0)