<td><span style="font-family: Courier New,Courier,monospace">tizen install</span> </td>
<td>
<pre class="prettyprint">
-<b>tizen install</b> [<i>-t <target name></i>] [<i>-n <package name></i>] [-r <.tep file name> [...]][<i>--</i>]
+<b>tizen install</b> [<i>-t <target name></i>] [<i>-n <package name></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>
<pre class="prettyprint">
> 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">
-> 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">