Skip to content

Commit e8923de

Browse files
committed
Removed $ tns list-devices instances
1 parent 1e3b79d commit e8923de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/man_pages/project/testing/debug-android.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Debugs your project on a connected device, in a native emulator or in Genymotion
2525
* `--debug-port` - Sets a new port on which to attach the debug tools.
2626

2727
### Attributes
28-
* `<Device ID>` is the index or name of the target device as listed by `$ tns list-devices`
28+
* `<Device ID>` is the index or name of the target device as listed by `$ tns device`
2929
* `<Port>` is an accessible port on the device to which you want to attach the debugging tools.
3030
* `<Emulator Options>` is any valid combination of options as listed by `$ tns help emulate android`
3131
* `<GenyName>` is the name of the Genymotion virtual device that you want to use as listed by `$ genyshell -c "devices list"`

docs/man_pages/project/testing/debug-ios.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Debugs your project on a connected device or in the iOS Simulator. <% if(isHtml)
2222
* `--no-client` - If set, the NativeScript CLI attaches the debug tools but does not launch the developer tools in Safari.
2323

2424
### Attributes
25-
* `<Device ID>` is the index or name of the target device as listed by `$ tns list-devices`
25+
* `<Device ID>` is the index or name of the target device as listed by `$ tns device`
2626
* `<Emulator Options>` is any valid combination of options as listed by `$ tns help emulate ios`
2727
<% } %>
2828
<% if(isHtml) { %>

0 commit comments

Comments
 (0)