[devtools][cli] remove -r opt (for .tep file) on install command
authorgyeongmin.ju <gyeongmin.ju@samsung.com>
Tue, 13 Oct 2015 01:41:17 +0000 (10:41 +0900)
committergyeongmin.ju <gyeongmin.ju@samsung.com>
Tue, 13 Oct 2015 06:21:19 +0000 (15:21 +0900)
Signed-off-by: gyeongmin.ju <gyeongmin.ju@samsung.com>
Change-Id: I527f95419535157c0d9f0582b54721e1c2187645

org.tizen.devtools/html/native_tools/command_line_interface_n.htm

index 985ded6..1860294 100644 (file)
@@ -482,17 +482,15 @@ $ tizen package --type tpk --sign myprofile2 -- /home/workspace/basic/Debug/org.
      <td><span style="font-family: Courier New,Courier,monospace">tizen install</span> </td> 
      <td> 
 <pre class="prettyprint">
-<b>tizen install</b> [<i>-t &lt;target name&gt;</i>] [<i>-n &lt;package name&gt;</i>] [-r &lt;.tep file name&gt; [...]][<i>--</i>]
+<b>tizen install</b> [<i>-t &lt;target name&gt;</i>] [<i>-n &lt;package name&gt;</i>] [<i>--</i>]
 </pre>
 <ul>
 <li><span style="font-family: Courier New,Courier,monospace;"><b>-t, --target</b></span>:
-<p>Specifies the target, which the Tizen package will be installed.</p></li>
+<p>Specifies the name of the target device such as an emulator instance, a connected hardware, which the Tizen package will be installed.</p></li>
 <li><span style="font-family: Courier New,Courier,monospace;"><b>-n, --name</b></span>:
-<p>Specifies the Tizen package file name.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-r, --resource</span>:
-<p>Specifies the .tep file name, which is going to be installed on the target.</p></li>
+<p>Specifies the name of the Tizen package file.</p></li>
 <li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:
-<p>Specifies the directory path which is saved Tizen package file.</p></li>
+<p>Specifies the directory path where the Tizen package file will be saved.</p></li>
 </ul></td>
         <td>Installs a Tizen application on the target.
         </td>
@@ -506,14 +504,7 @@ $ tizen install -–target emulator-26101 –-name org.tizen.basic-1.0.0-i386.tp
 <pre class="prettyprint">
 &gt; tizen.bat install -–target emulator-26101 –-name org.tizen.basic-1.0.0-i386.tpk -- C:\Users\workspace\basic\Debug
 </pre></li>
-<li><p>Install a basic application named <span style="font-family: Courier New,Courier,monospace;">org.tizen.basic-1.0.0-i386.tpk</span> with <span style="font-family: Courier New,Courier,monospace;">org.tizen.basic.tep</span> file to the emulator-26101:</p>
-<pre class="prettyprint">
-$ tizen install -–target emulator-26101 –-name org.tizen.basic-1.0.0-i386.tpk --resource org.tizen.basic.tep -- /home/workspace/basic/Debug
-</pre>
-<p>Or for Windows:</p>
-<pre class="prettyprint">
-&gt; tizen.bat install -–target emulator-26101 –-name org.tizen.basic-1.0.0-i386.tpk --resource org.tizen.basic.tep -- C:\Users\workspace\basic\Debug
-</pre></li></ul>       </pre></li></ul>
+</ul>
 </td>
         </tr>
     <tr id="tizen_uninstall">