Skip to content

Commit 86903ec

Browse files
committed
Fixed the LiveSync command.
1 parent e8923de commit 86903ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/man_pages/project/testing/livesync.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ livesync
33

44
Usage | Synopsis
55
------|-------
6-
General | `$ tns livesync [<Platform>]`
6+
General | `$ tns livesync <Platform>`
77

8-
Synchronizes the latest changes in your project to devices. If no target platform is specified, changes are synchronized to all devices.
8+
Synchronizes the latest changes in your project to devices.
99

1010
### Attributes
11-
`<Platform>` is the target mobile platform to which you want to synchronize your changes. You can set the following target platforms.
11+
`<Platform>` is the target mobile platform to which you want to synchronize your changes. <% if(isHtml) { %>If you have connected only Android or only iOS devices, you can omit setting the target platform. If you have connected devices of multiple platforms, you must specify the target platform. <% } %>You can set the following target platforms.
1212
* `android` - Synchronizes the latest changes in your project to connected Android devices.
1313
* `ios` - Synchronizes the latest changes in your project to connected iOS devices.
1414

0 commit comments

Comments
 (0)