From 1bafff7bca949c1e7c6d3f28a01b4ae6e7cb4382 Mon Sep 17 00:00:00 2001 From: Hyoun Jiil Date: Mon, 19 Dec 2016 17:07:17 +0900 Subject: [PATCH] CLI: fix -t option fix as -s option and add -serial option for target options Change-Id: Ie148e3d026056ba96bb81685af388599fb7db02d Signed-off-by: Hyoun Jiil (cherry picked from commit 132761bc7ec94745158658e14b10f9270b2ed859) --- .../html/common_tools/command_line_interface.htm | 30 +++++++++++++++------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/org.tizen.studio/html/common_tools/command_line_interface.htm b/org.tizen.studio/html/common_tools/command_line_interface.htm index ab3a742..39896c5 100644 --- a/org.tizen.studio/html/common_tools/command_line_interface.htm +++ b/org.tizen.studio/html/common_tools/command_line_interface.htm @@ -774,8 +774,12 @@ tizen install [options] Specifies the Tizen package file name. - -t, --target <target> - Specifies the target where the Tizen package is installed. + -t, --target <target name> + Specifies the target name to install the package. + + + -s, --serial <target serial> + Specifies the serial to install the package. -- <package file path> @@ -789,13 +793,13 @@ tizen install [options]

Windows®:

-> tizen install -n org.tizen.basic-1.0.0-i386.tpk -t emulator-26101 -- C:\Users\workspace\basic\Debug
+> tizen install -n org.tizen.basic-1.0.0-i386.tpk -s emulator-26101 -- C:\Users\workspace\basic\Debug
 

Ubuntu and Mac OS® X:

-$ tizen install -n org.tizen.basic-1.0.0-i386.tpk -t emulator-26101 -- ~/workspace/basic/Debug
+$ tizen install -n org.tizen.basic-1.0.0-i386.tpk -s emulator-26101 -- ~/workspace/basic/Debug
 
@@ -822,7 +826,11 @@ tizen run [options] -t, --target <target name> - Specifies the target where the Tizen package is run. + Specifies the target name to run the package. + + + -s, --serial <target serial> + Specifies the serial to run the package. @@ -832,7 +840,7 @@ tizen run [options]

Windows®, Ubuntu, and Mac OS® X:

-> $ tizen run -p org.tizen.basic -t emulator-26101
+> $ tizen run -p org.tizen.basic -s emulator-26101
 
@@ -860,7 +868,11 @@ tizen uninstall [options] -t, --target <target name> - Specifies the target from where the Tizen package is uninstalled. + Specifies the target name to uninstall the package. + + + -s, --serial <target serial> + Specifies the serial to uninstall the package. @@ -870,7 +882,7 @@ tizen uninstall [options]

Windows®, Ubuntu, and Mac OS® X:

-> tizen uninstall -p org.tizen.basic -t emulator-26101
+> tizen uninstall -p org.tizen.basic -s emulator-26101
 
@@ -971,4 +983,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga - \ No newline at end of file + -- 2.7.4