[devtools][cli] update some syntax of Command Line Interface
authorHyunjin Lee <hj816.lee@samsung.com>
Thu, 24 Sep 2015 05:55:39 +0000 (14:55 +0900)
committerHyunjin Lee <hj816.lee@samsung.com>
Thu, 1 Oct 2015 07:25:58 +0000 (16:25 +0900)
Change-Id: If9a93463f2c97b28025cdb0038cfc1f4fae72fd4
Signed-off-by: Hyunjin Lee <hj816.lee@samsung.com>
org.tizen.devtools/html/native_tools/command_line_interface_n.htm
org.tizen.devtools/html/web_tools/command_line_interface_w.htm

index 38278f3..30a95fc 100644 (file)
@@ -73,15 +73,15 @@ export PATH=$PATH:$&lt;TIZEN_SDK_HOME&gt;/tools/ide/bin
      <td><span style="font-family: Courier New,Courier,monospace">tizen cli-config</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen cli-config [-g|--global] &lt;key&gt;=&lt;value&gt;
-tizen cli-config -l | --list
+<b>tizen cli-config</b> [<i>-g</i>] <i>&lt;key&gt;=&lt;value&gt;</i>
+<b>tizen cli-config</b> <i>-l</i>
 </pre>
 
 <ul>
-<li><span style="font-family: Courier New,Courier,monospace;">-l, --list</span>:
-<p>Shows the list of all CLI configuration keys and values.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-g, --global</span>:
-<p>Sets the CLI configuration key and value as global.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-g &lt;key&gt;=&lt;value&gt;, --global &lt;key&gt;=&lt;value&gt;</b></span>:
+<p>Sets the CLI configuration key and value you want to assign as global.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-l, --list</b></span>:
+<p>Displays the list of all CLI configuration keys and values.</p></li>
 </ul></td>
         <td>Queries, sets, replaces, and unsets CLI setting options.
         <p>The key and the name are separated by an equal sign.</p>
@@ -91,7 +91,7 @@ tizen cli-config -l | --list
 Sets the default executable architecture type: x86 or arm.</p></li>
 <li><span style="font-family: Courier New,Courier,monospace;">default.build.compiler=&lt;llvm|gcc&gt;</span><p>
 Sets the default compiler. The default is llvm.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">default.build.configuration=&lt;Debug | Release&gt;</span><p>
+<li><span style="font-family: Courier New,Courier,monospace;">default.build.configuration=&lt;Debug|Release&gt;</span><p>
 Sets the default build configuration. The default is the debug mode.</p></li>
 <li><span style="font-family: Courier New,Courier,monospace;">default.profiles.path=&lt;path of profile.xml&gt;</span><p>
 Sets the path to the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file.</p></li>
@@ -101,7 +101,7 @@ Sets the default connection timeout value. The default is 60000 milliseconds.</p
         </td>
      <td> 
 <ul>
-<li><p>Set the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> path globally:</p>
+<li><p>Sets a <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> path globally:</p>
 <pre class="prettyprint">
 $ tizen cli-config –g default.profiles.path=/home/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
 </pre>
@@ -110,7 +110,7 @@ $ tizen cli-config –g default.profiles.path=/home/workspace/.metadata/.plugins
 &gt; tizen.bat cli-config –g &quot;default.profiles.path=C:\Users\workspace\.metadata\.plugins\org.tizen.common.sign\profiles.xml&quot;
 </pre>
 </li>
-<li><p>List all options for which values are set:</p>
+<li><p>Displays the list of all configurations for which values are set:</p>
 <pre class="prettyprint">
 $ tizen cli-config –l
 default.build.architecture=x86
@@ -125,13 +125,13 @@ default.sdb.timeout=60000
      <td><span style="font-family: Courier New,Courier,monospace">tizen list</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen list native-project
+<b>tizen list</b> <i>native-project</i>
 </pre></td>
-        <td>Shows what kind of template each profile supports, and the list corresponding with the given sub-command.
+        <td>Displays what kind of template each profile supports, and the list corresponding with the given sub-command.
         </td>
      <td> 
 <ul>
-<li><p>List all templates:</p>
+<li><p>Displays the list of all templates:</p>
 <pre class="prettyprint">
 $ tizen list native-project
 &nbsp;&nbsp;&nbsp;[PROFILE]           [TEMPLATE]
@@ -152,22 +152,22 @@ $ tizen list native-project
      <td><span style="font-family: Courier New,Courier,monospace">tizen create</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen create native-project [-p|--profile &lt;profile name&gt;] [-t|--template &lt;predefined template&gt;] 
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-n|--name &lt;project name&gt;] [-- &lt;project location&gt;]</pre>
+<b>tizen create native-project</b> [<i>-p &lt;profile name&gt;</i>] [<i>-t &lt;predefined template&gt;</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-n &lt;project name&gt;</i>] [<i>-- &lt;project location&gt;</i>]</pre>
 <ul>
-<li><span style="font-family: Courier New,Courier,monospace;">-p, --profile</span>:
-<p>Sets the profile name.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-t, --template</span>:
-<p>Sets the template name.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:
-<p>Sets the project name.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">--</span>:
-<p>Sets the project destination directory.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-p, --profile</b></span>:
+<p>Specifies the profile name.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-t, --template</b></span>:
+<p>Specifies the template name.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-n, --name</b></span>:
+<p>Specifies the project name.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:
+<p>Specifies the destination directory which the project will be created.</p></li>
 </ul></td>
-        <td>Creates a Tizen native project. If an option is empty, the default project is generated from the default template.</td>
+        <td>Creates a Tizen native project.</td>
      <td> 
 <ul>
-<li><p>Create the template project based on the basic Tizen mobile UI project:</p>
+<li><p>Creates the template project based on the basic Tizen mobile UI project:</p>
 <pre class="prettyprint">
 $ tizen create native-project –p mobile-2.3 –t basic_ui –n basic -- /home/workspace
 $ cd /home/workspace/basic
@@ -183,24 +183,24 @@ $ cd /home/workspace/basic
      <td><span style="font-family: Courier New,Courier,monospace">tizen build-native</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen build-native [-a|--arch &lt;architecture name&gt;] [-c|--compiler &lt;compiler name&gt;] 
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-C|--configuration &lt;configuration name&gt;] [--]
+<b>tizen build-native</b> [<i>-a {x86|arm}</i>] [<i>-c {gcc|llvm}</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-C {Debug|Release}</i>] [<i>--</i>]
 </pre>
 <ul>
-<li><span style="font-family: Courier New,Courier,monospace;">-a, --arch, &lt;x86|arm&gt;</span>:
-<p>Determines the architecture type for the rootstrap.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-c, --compiler &lt;llvm|gcc&gt;</span>:
-<p>Sets the compiler to the native project.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-C, --configuration &lt;Debug|Release&gt;</span>:
-<p>Selects the build configuration to build the native project.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">--</span>:
-<p>Sets the project path.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-a, --arch</b></span>:
+<p>Specifies the architecture type.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-c, --compiler</b></span>:
+<p>Specifies the compiler. You can use this option with compiler version as follows: gcc-4.9, llvm-3.6</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-C, --configuration</b></span>:
+<p>Specifies the build configuration</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:
+<p>Specifies the project directory.</p></li>
 </ul></td>
         <td>Builds the Tizen native project with the default values (if you do not set the options). <p>There are 3 options: architecture, compiler, and configuration. All the options are required and the default values are described in the CLI configuration file.</p> 
         </td>
      <td> 
 <ul>
-<li><p>Build the project with the llvm compiler and the debug mode. The x86 executable named basic is generated, if the project is built successfully:</p>
+<li><p>Builds the project with the llvm compiler and the debug mode. The x86 executable named basic is generated, if the project is built successfully:</p>
 <pre class="prettyprint">
 $ tizen build-native -–arch x86 –-compiler llvm –-configuration Debug -- /home/workspace/basic
 $ ls /home/workspace/basic/Debug/
@@ -211,7 +211,7 @@ $ ls /home/workspace/basic/Debug/
 &gt; dir C:\Users\workspace\basic\Debug
 </pre>
 </li>
-<li><p>Build the project with the default options:</p>
+<li><p>Builds the project with the default options:</p>
 <pre class="prettyprint">
 $ tizen cli-config –l
 default.build.architecture=x86
@@ -232,14 +232,14 @@ $ ls /home/workspace/basic/Debug/
                <td><span style="font-family: Courier New,Courier,monospace">tizen clean</span> </td>
                <td>
 <pre class="prettyprint">
-tizen clean [--]
+<b>tizen clean</b> [<i>--</i>]
 </pre>
 </td>
-        <td>Clean the Tizen native project.
+        <td>Cleans the Tizen native project.
         </td>
      <td>
 <ul>
-<li><p>Clean the project:</p>
+<li><p>Cleans the project:</p>
 <pre class="prettyprint">
 $ tizen clean -- /home/workspace/basic
 </pre>
@@ -253,18 +253,18 @@ $ tizen clean -- /home/workspace/basic
      <td><span style="font-family: Courier New,Courier,monospace">tizen package</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen package [-t | --type &lt;package type&gt;] [-s | --sign &lt;security profile name&gt;] [-S, --strip &lt;on|off&gt;] [--]
+<b>tizen package</b> [<i>-t {tpk|wgt}</i>] [<i>-s &lt;security profile name&gt;</i>] [<i>-S {on|off}</i>] [<i>--</i>]
 </pre>
 <ul>
-<li><span style="font-family: Courier New,Courier,monospace;">-t, --type &lt;tpk | wgt&gt;</span>:
-<p>Sets the package type.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-s, --sign</span>:
-<p>Sets the profile name to use for signing.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-S, --strip</span>:
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-t, --type</b></span>:
+<p>Specifies the package type.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-s, --sign</b></span>:
+<p>Specifies the profile name to use for signing.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-S, --strip</b></span>:
 <p>Determines whether to strip the native binary.</p>
 <p>The default value is <span style="font-family: Courier New,Courier,monospace;">off</span>. This option only works when the native binary is based on the <strong>arm</strong> architecture and <strong>release</strong> build configuration.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">--</span>:
-<p>Sets the project&#39;s build configuration path or package file path with a  file name.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:
+<p>Specifies the build output path or package file path, which is contained a file name, for re-signing packaging.</p></li>
 
 </ul></td>
         <td>Packages the Tizen application with signing. If there is a package file path in the options, the package is re-signed.
@@ -274,7 +274,7 @@ tizen package [-t | --type &lt;package type&gt;] [-s | --sign &lt;security profi
         </td>
      <td> 
 <ul>
-<li><p>Set up the path of the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file that you already have:</p>
+<li><p>Sets up the path of the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file that you already have:</p>
 <pre class="prettyprint">
 $ tizen cli-config –g default.profiles.path=/home/tizen-sdk/tools/ide/conf/profiles.xml
 </pre>
@@ -283,7 +283,7 @@ $ tizen cli-config –g default.profiles.path=/home/tizen-sdk/tools/ide/conf/pro
 &gt; tizen.bat cli-config –g &quot;default.profiles.path=C:\tizen-sdk\tools\ide\conf\profiles.xml&quot;
 </pre>
 </li>
-<li><p>Set up the path of the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file that is created from the IDE:</p>
+<li><p>Sets up the path of the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file that is created from the IDE:</p>
 <pre class="prettyprint">
 $ tizen cli-config –g default.profiles.path=/home/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
 </pre>
@@ -291,7 +291,7 @@ $ tizen cli-config –g default.profiles.path=/home/workspace/.metadata/.plugins
 <pre class="prettyprint">
 &gt; tizen.bat cli-config –g &quot;default.profiles.path=C:\Users\workspace\.metadata\.plugins\org.tizen.common.sign\profiles.xml&quot;
 </pre></li>
-<li><p>Package the profile:</p>
+<li><p>Packages the project:</p>
 <pre class="prettyprint">
 $ tizen package –-type tpk –-sign myprofile -- /home/workspace/basic/Debug
 
@@ -304,7 +304,7 @@ org.tizen.basic-1.0.0-i386.tpk
 &gt; tizen.bat package –-type tpk –-sign myprofile -- C:\Users\workspace\basic\Debug
 </pre>
 </li>
-<li><p>Re-sign the package:</p>
+<li><p>Re-signs the package:</p>
 <pre class="prettyprint">
 $ tizen package --type tpk --sign myprofile2 -- /home/workspace/basic/Debug/org.tizen.basic-1.0.0-i386.tpk
 </pre>
@@ -320,21 +320,21 @@ $ 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">
-tizen install &lt;-t | -target &lt;target name&gt;&gt; &lt;-n | --name &lt;package name&gt;&gt; [--]
+<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;">-t, --target</span>:
-<p>Sets the target, which installs the Tizen package.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:
-<p>Sets the Tizen package file name, which is going to be installed on the target.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">--</span>:
-<p>Sets the path where the package is.</p></li>
+<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>
+<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;"><b>--</b></span>:
+<p>Specifies the directory path which is saved Tizen package file.</p></li>
 </ul></td>
-        <td>Installs a Tizen application to a Tizen device.
+        <td>Installs a Tizen application on the target.
         </td>
      <td> 
 <ul>
-<li><p>Install a basic application named <span style="font-family: Courier New,Courier,monospace;">org.tizen.basic-1.0.0-i386.tpk</span> to the emulator-26101:</p>
+<li><p>Installs a basic application named <span style="font-family: Courier New,Courier,monospace;">org.tizen.basic-1.0.0-i386.tpk</span> to the emulator-26101:</p>
 <pre class="prettyprint">
 $ tizen install -–target emulator-26101 –-name org.tizen.basic-1.0.0-i386.tpk -- /home/workspace/basic/Debug
 </pre>
@@ -348,18 +348,18 @@ $ tizen install -–target emulator-26101 –-name org.tizen.basic-1.0.0-i386.tp
      <td><span style="font-family: Courier New,Courier,monospace">tizen uninstall</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen uninstall &lt;-t | --target &lt;target name&gt;&gt; &lt;-p | --pkgid &lt;package id&gt;&gt;
+<b>tizen uninstall</b> [<i>-t &lt;target name&gt;</i>] [<i>-p &lt;package id&gt;</i>]
 </pre>
 <ul>
-<li><span style="font-family: Courier New,Courier,monospace;">-t, --target</span>:
-<p>Sets the target, which uninstalls the Tizen package.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-p, --pkgid</span>:
-<p>Sets the installed Tizen package ID on the target.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-t, --target</b></span>:
+<p>Specifies the target, which the Tizen package will be uninstalled.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-p, --pkgid</b></span>:
+<p>Specifies the Tizen package ID which is installed on the target.</p></li>
 </ul></td>
-        <td>Uninstalls a Tizen application from a Tizen device.</td>
+        <td>Uninstalls the Tizen application on the target.</td>
      <td> 
 <ul>
-<li><p>Uninstall a basic application whose pkgid is <span style="font-family: Courier New,Courier,monospace">org.tizen.basic</span> from the emulator-26101:</p>
+<li><p>Uninstalls a basic application whose pkgid is <span style="font-family: Courier New,Courier,monospace">org.tizen.basic</span> from the emulator-26101:</p>
 <pre class="prettyprint">
 $ tizen uninstall -–target emulator-26101 -–pkgid org.tizen.basic
 </pre></li></ul>
@@ -369,19 +369,19 @@ $ tizen uninstall -–target emulator-26101 -–pkgid org.tizen.basic
      <td><span style="font-family: Courier New,Courier,monospace">tizen run</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen run &lt;-t | --target &lt;target name&gt;&gt; &lt;-p | --pkgid &lt;package id&gt;&gt;
+<b>tizen run</b> [<i>-t &lt;target name&gt;</i>] [<i>-p &lt;package id&gt;</i>]
 </pre>
 <ul>
-<li><span style="font-family: Courier New,Courier,monospace;">-t, --target</span>:
-<p>Sets the target, which runs the Tizen package.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-p, --pkgid</span>:
-<p>Sets the installed Tizen package ID on the target.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-t, --target</b></span>:
+<p>Specifies the target, which the Tizen package will be run.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-p, --pkgid</b></span>:
+<p>Specifies the Tizen package ID which is installed on the target.</p></li>
 </ul></td>
-        <td>Runs the Tizen application.
+        <td>Runs the Tizen application on the target.
         </td>
      <td> 
 <ul>
-<li><p>Run the basic application whose pkgid is <span style="font-family: Courier New,Courier,monospace">org.tizen.basic </span> on an emulator-26101:</p>
+<li><p>Runs the basic application whose pkgid is <span style="font-family: Courier New,Courier,monospace">org.tizen.basic </span> on an emulator-26101:</p>
 <pre class="prettyprint">
 $ tizen run -–target emulator-26101 –-pkgid org.tizen.basic
 </pre></li></ul>
@@ -391,12 +391,12 @@ $ tizen run -–target emulator-26101 –-pkgid org.tizen.basic
      <td><span style="font-family: Courier New,Courier,monospace">tizen version</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen version
+<b>tizen version</b>
 </pre></td>
-        <td>Prints the CLI version number of the executable and exits.</td>
+        <td>Displays the CLI version number.</td>
      <td> 
 <ul>
-<li><p>Show the version:</p>
+<li><p>Displays the CLI version:</p>
 <pre class="prettyprint">
 $ tizen version
 Tizen CLI 1.0.0</pre></li></ul>
index 255c3a0..7fa52c6 100644 (file)
@@ -75,15 +75,15 @@ export PATH=$PATH:$&lt;TIZEN_SDK_HOME&gt;/tools/ide/bin
      <td><span style="font-family: Courier New,Courier,monospace">tizen cli-config</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen cli-config [-g|--global] &lt;key&gt;=&lt;value&gt;
-tizen cli-config -l | --list
+<b>tizen cli-config</b> [<i>-g</i>] <i>&lt;key&gt;=&lt;value&gt;</i>
+<b>tizen cli-config</b> <i>-l</i>
 </pre>
 
 <ul>
-<li><span style="font-family: Courier New,Courier,monospace;">-l, --list</span>:
-<p>Shows the list of all CLI configuration keys and values.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-g, --global</span>:
-<p>Sets the CLI configuration key and value as global.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-g &lt;key&gt;=&lt;value&gt;, --global &lt;key&gt;=&lt;value&gt;</b></span>:
+<p>Sets the CLI configuration key and value you want to assign as global.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-l, --list</b></span>:
+<p>Displays the list of all CLI configuration keys and values.</p></li>
 </ul></td>
         <td>Queries, sets, replaces, and unsets CLI setting options.
         <p>The key and the name are separated by an equal sign.</p>
@@ -98,7 +98,7 @@ Sets the default connection timeout value. The default is 60000 milliseconds.</p
         </td>
      <td> 
 <ul>
-<li><p>Set the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> path globally:</p>
+<li><p>Sets the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> path globally:</p>
 <pre class="prettyprint">
 $ tizen cli-config -g default.profiles.path=/home/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
 </pre>
@@ -106,7 +106,7 @@ $ tizen cli-config -g default.profiles.path=/home/workspace/.metadata/.plugins/o
 <pre class="prettyprint">
 &gt; tizen.bat cli-config –g &quot;default.profiles.path=C:\Users\workspace\.metadata\.plugins\org.tizen.common.sign\profiles.xml&quot;
 </pre></li>
-<li><p>List all options for which values are set:</p>
+<li><p>Lists all options for which values are set:</p>
 <pre class="prettyprint">
 $ tizen cli-config -l
 default.build.architecture=x86
@@ -122,13 +122,13 @@ default.sdb.timeout=60000
      <td><span style="font-family: Courier New,Courier,monospace">tizen list</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen list web-project
+<b>tizen list</b> <i>web-project</i>
 </pre></td>
-        <td>Shows what kind of template each profile supports, and the list corresponding with the given sub-command.
+        <td>Displays what kind of template each profile supports, and the list corresponding with the given sub-command.
         </td>
      <td> 
 <ul>
-<li><p>List all templates:</p>
+<li><p>Lists all templates:</p>
 <pre class="prettyprint">
 $ tizen list web-project
 &nbsp;&nbsp;&nbsp;[PROFILE]           [TEMPLATE]
@@ -157,22 +157,22 @@ $ tizen list web-project
      <td><span style="font-family: Courier New,Courier,monospace">tizen create</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen create web-project [-p|--profile &lt;profile name&gt;] [-t|--template &lt;predefined template&gt;] 
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-n|--name &lt;project name&gt;] [-- &lt;project location&gt;]</pre>
+<b>tizen create web-project</b> [<i>-p &lt;profile name&gt;</i>] [<i>-t &lt;predefined template&gt;</i>]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<i>-n &lt;project name&gt;</i>] [<i>-- &lt;project location&gt;</i>]</pre>
 <ul>
-<li><span style="font-family: Courier New,Courier,monospace;">-p, --profile</span>:
-<p>Sets the profile name.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-t, --template</span>:
-<p>Sets the template name.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:
-<p>Sets the project name.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">--</span>:
-<p>Sets the project destination directory.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-p, --profile</b></span>:
+<p>Specifies the profile name.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-t, --template</b></span>:
+<p>Specifies the template name.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-n, --name</b></span>:
+<p>Specifies the project name.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:
+<p>Specifies the destination directory which the project will be created.</p></li>
 </ul></td>
-        <td>Creates a Tizen Web project. If an option is empty, the default project is generated from the default template.</td>
+        <td>Creates a Tizen Web project.</td>
      <td> 
 <ul>
-<li><p>Create the template project based on the basic Tizen mobile UI project:</p>
+<li><p>Creates the template project based on the basic Tizen mobile UI project:</p>
 <pre class="prettyprint">
 $ tizen create web-project -p mobile-2.3 -t BasicBasicApplication -n basic -- /home/workspace
 </pre>
@@ -186,29 +186,32 @@ $ tizen create web-project -p mobile-2.3 -t BasicBasicApplication -n basic -- /h
      <td><span style="font-family: Courier New,Courier,monospace">tizen build-web</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen build-web [-opt | --optimize] [-euf | --exclude-uifw] [-e | --exclude] [-out | --output] [--]
+<b>tizen build-web</b> [<i>-opt</i>] [<i>-euf</i>] [<i>-e &lt;file pattern&gt;</i>] [<i>-out &lt;output directory&gt;</i>] [<i>--</i>]
 </pre>
 <ul>
-<li><span style="font-family: Courier New,Courier,monospace;">-opt, --optimize</span>:
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-opt, --optimize</b></span>:
 <p>Optimizes the application size. The Javascript and CSS files are minimized and the Tizen Web UI framework source is excluded. The related link address is modified to a platform-dependent location instead.
 </p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-euf, --exclude-uifw</span>:
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-euf, --exclude-uifw</b></span>:
 <p>Specifies whether to exclude the Tizen Web UI framework. Uses the Tizen UI framework in the target. This option is only used for applications using the Tizen UI framework.
 </p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-e, --exclude</span>:
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-e, --exclude</b></span>:
 <p>Specifies the exclude file list. Excludes the file pattern. By default, the following resources are excluded:</p>
 <p><span style="font-family: Courier New,Courier,monospace;">.build/*</span>, <span style="font-family: Courier New,Courier,monospace;">.build</span>, <span style="font-family: Courier New,Courier,monospace;">.sign/*</span>, <span style="font-family: Courier New,Courier,monospace;">.sign</span>, <span style="font-family: Courier New,Courier,monospace;">webUnitTest/*</span>, <span style="font-family: Courier New,Courier,monospace;">webUnitTest</span>, <span style="font-family: Courier New,Courier,monospace;">.externalToolBuilders/*</span>, <span style="font-family: Courier New,Courier,monospace;">.externalToolBuilders</span>, <span style="font-family: Courier New,Courier,monospace;">.buildResult/*</span>, <span style="font-family: Courier New,Courier,monospace;">.buildResult</span>, <span style="font-family: Courier New,Courier,monospace;">.settings/*</span>, <span style="font-family: Courier New,Courier,monospace;">.settings</span>, <span style="font-family: Courier New,Courier,monospace;">.package/*</span>, <span style="font-family: Courier New,Courier,monospace;">.package</span>, <span style="font-family: Courier New,Courier,monospace;">.tproject</span>, <span style="font-family: Courier New,Courier,monospace;">.project</span>, <span style="font-family: Courier New,Courier,monospace;">.sdk_delta.info</span>, <span style="font-family: Courier New,Courier,monospace;">.rds_delta</span>, <span style="font-family: Courier New,Courier,monospace;">*.wgt</span>, <span style="font-family: Courier New,Courier,monospace;">.tizen-ui-builder-tool.xml</span></p>
 </li>
-<li><span style="font-family: Courier New,Courier,monospace;">-out, --output</span>:
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-out, --output</b></span>:
 <p>Sets the output directory name. If you omit this option, the <span style="font-family: Courier New,Courier,monospace;">.buildResult</span> directory is created under the project directory by default.
 </p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:
+<p>Specifies the project directory.
+</p></li>
 </ul></td>
         <td>Builds the Tizen Web project with the default values (if you do not set the options). 
         <p>In the Web application, there is no need to build a project. However, you can optimize the application (for example, minimize the JavaScript or CSS file and exclude the Tizen Web UI framework sources).</p>
         </td>
      <td> 
 <ul>
-<li><p>Build the project with default options:</p>
+<li><p>Builds the project with default options:</p>
 <pre class="prettyprint">
 $ tizen build-web -- /home/workspace/basic
 $ cd /home/workspace/basic/.buildResult
@@ -225,14 +228,14 @@ $ cd /home/workspace/basic/.buildResult
      <td><span style="font-family: Courier New,Courier,monospace">tizen clean</span> </td>
      <td>
 <pre class="prettyprint">
-tizen clean [--]
+<b>tizen clean</b> [<i>--</i>]
 </pre>
 </td>
-        <td>Clean the Tizen Web project.
+        <td>Cleans the Tizen Web project.
         </td>
      <td>
 <ul>
-<li><p>Clean the project:</p>
+<li><p>Cleans the project:</p>
 <pre class="prettyprint">
 $ tizen clean -- /home/workspace/basic
 </pre>
@@ -248,17 +251,17 @@ $ tizen clean -- /home/workspace/basic
      <td><span style="font-family: Courier New,Courier,monospace">tizen package</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen package [-t | --type &lt;package type&gt;] [-s | --sign &lt;security profile name&gt;] [-r | --reference &lt;native package file path&gt;] [--]
+<b>tizen package</b> [<i>-t {tpk|wgt}</i>] [<i>-s &lt;security profile name&gt;</i>] [<i>-r &lt;native package file path&gt;</i>] [<i>--</i>]
 </pre>
 <ul>
-<li><span style="font-family: Courier New,Courier,monospace;">-t, --type</span>:
-<p>Sets the package type.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-s, --sign</span>:
-<p>Sets the profile name to use for signing.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-r, --reference</span>:
-<p>Sets the reference of the native package file (tpk) for hybrid application packing. Various options are allowed.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">--</span>:
-<p>Sets the built project path or package file path with a file name.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-t, --type</b></span>:
+<p>Specifies the package type.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-s, --sign</b></span>:
+<p>Specifies the profile name to use for signing.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-r, --reference</b></span>:
+<p>Specifies the reference of the native package file (tpk) for hybrid application packing. Various options are allowed.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>--</b></span>:
+<p>Specifies the build output path or package file path, which is contained a file name, for re-signing packaging.</p></li>
 </ul></td>
         <td>Packages the Tizen application with signing. If there is a package file path in the options, the package is re-signed. And if a reference option is given, the package is re-signed with the referenced packages.
 <p>The Tizen application is signed with a certified profile named <span style="font-family: Courier New,Courier,monospace">profiles.xml</span>. You can create the default profile from the Tizen IDE, which generates the file in a hidden directory in your workspace (<span style="font-family: Courier New,Courier,monospace">&lt;Your workspace directory&gt;/.metadata/.plugins/org.tizen.common.sign/profiles.xml</span>). Set the path of the <span style="font-family: Courier New,Courier,monospace">profile.xml</span> file once before packaging the Tizen application (you can use the <span style="font-family: Courier New,Courier,monospace">tizen cli-config</span> command).</p>
@@ -266,7 +269,7 @@ tizen package [-t | --type &lt;package type&gt;] [-s | --sign &lt;security profi
         </td>
      <td> 
 <ul>
-<li><p>Set up the path of the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file that you already have:</p>
+<li><p>Sets up the path of the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file that you already have:</p>
 <pre class="prettyprint">
 $ tizen cli-config –g default.profiles.path=/home/tizen-sdk/tools/ide/conf/profiles.xml
 </pre>
@@ -274,7 +277,7 @@ $ tizen cli-config –g default.profiles.path=/home/tizen-sdk/tools/ide/conf/pro
 <pre class="prettyprint">
 &gt; tizen.bat cli-config –g &quot;default.profiles.path=C:\tizen-sdk\tools\ide\conf\profiles.xml&quot;
 </pre></li>
-<li><p>Set up the path of the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file that is created from the IDE:</p>
+<li><p>Sets up the path of the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file that is created from the IDE:</p>
 <pre class="prettyprint">
 $ tizen cli-config –g default.profiles.path=/home/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
 </pre>
@@ -282,7 +285,7 @@ $ tizen cli-config –g default.profiles.path=/home/workspace/.metadata/.plugins
 <pre class="prettyprint">
 &gt; tizen.bat cli-config –g &quot;default.profiles.path=C:\Users\workspace\.metadata\.plugins\org.tizen.common.sign\profiles.xml&quot;
 </pre></li>
-<li><p>Package the profile:</p>
+<li><p>Packages the project:</p>
 <pre class="prettyprint">
 $ tizen package --type wgt --sign myprofile -- /home/workspace/basic/.buildResult
 
@@ -294,7 +297,7 @@ basic.wgt
 <pre class="prettyprint">
 &gt; tizen.bat package --type wgt --sign myprofile -- C:\Users\workspace\basic\.buildResult
 </pre></li>
-<li><p>Re-sign the package:</p>
+<li><p>Re-signs the package:</p>
 <pre class="prettyprint">
 $ tizen package --type wgt --sign myprofile2 -- /home/workspace/basic/.buildResult/basic.wgt
 </pre>
@@ -302,7 +305,7 @@ $ tizen package --type wgt --sign myprofile2 -- /home/workspace/basic/.buildResu
 <pre class="prettyprint">
 &gt; tizen.bat package --type wgt --sign myprofile2 -- C:\Users\workspace\basic\.buildResult\basic.wgt
 </pre></li>
-<li><p>Re-sign a hybrid application package:</p>
+<li><p>Re-signs a hybrid application package:</p>
 <pre class="prettyprint">
 $ tizen package --type wgt --sign myprofile2 --reference /home/workspace/a.tpk --reference /home/workspace/b.tpk -- /home/workspace/basic/.buildResult/basic.wgt
 </pre>
@@ -317,21 +320,21 @@ $ tizen package --type wgt --sign myprofile2 --reference /home/workspace/a.tpk -
      <td><span style="font-family: Courier New,Courier,monospace">tizen install</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen install &lt;-t | -target &lt;target name&gt;&gt; &lt;-n | --name &lt;package name&gt;&gt; [--]
+<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;">-t, --target</span>:
-<p>Sets the target, which installs the Tizen package.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:
-<p>Sets the Tizen package file name, which is going to be installed on the target.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">--</span>:
-<p>Sets the path where the package is.</p></li>
+<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>
+<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;"><b>--</b></span>:
+<p>Specifies the directory path which is saved Tizen package file.</p></li>
 </ul> </td>
-        <td>Installs a Tizen application to a Tizen device.
+        <td>Installs a Tizen application on the target.
         </td>
      <td> 
 <ul>
-<li><p>Install the basic application named <span style="font-family: Courier New,Courier,monospace;">basic.wgt</span> to the emulator-26101:</p>
+<li><p>Installs the basic application named <span style="font-family: Courier New,Courier,monospace;">basic.wgt</span> to the emulator-26101:</p>
 <pre class="prettyprint">
 $ tizen install --target emulator-26101 --name basic.wgt -- /home/workspace/basic/.buildResult
 </pre>
@@ -345,18 +348,18 @@ $ tizen install --target emulator-26101 --name basic.wgt -- /home/workspace/basi
      <td><span style="font-family: Courier New,Courier,monospace">tizen uninstall</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen uninstall &lt;-t | --target &lt;target name&gt;&gt; &lt;-p | --pkgid &lt;package id&gt;&gt;
+<b>tizen uninstall</b> [<i>-t &lt;target name&gt;</i>] [<i>-p &lt;package id&gt;</i>]
 </pre>
 <ul>
-<li><span style="font-family: Courier New,Courier,monospace;">-t, --target</span>:
-<p>Sets the target, which uninstalls the Tizen package.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-p, --pkgid</span>:
-<p>Sets the installed Tizen package ID on the target.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-t, --target</b></span>:
+<p>Specifies the target, which the Tizen package will be uninstalled.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-p, --pkgid</b></span>:
+<p>Specifies the Tizen package ID which is installed on the target.</p></li>
 </ul></td>
-        <td>Uninstalls a Tizen application from a Tizen device.</td>
+        <td>Uninstalls a Tizen application on the target.</td>
      <td> 
 <ul>
-<li><p>Uninstall the basic application whose pkgid is <span style="font-family: Courier New,Courier,monospace">cRG1sLZpWb</span> from the emulator-26101:</p>
+<li><p>Uninstalls the basic application whose pkgid is <span style="font-family: Courier New,Courier,monospace">cRG1sLZpWb</span> from the emulator-26101:</p>
 <pre class="prettyprint">
 $ tizen uninstall --target emulator-26101 --pkgid cRG1sLZpWb
 </pre></li></ul>
@@ -366,19 +369,19 @@ $ tizen uninstall --target emulator-26101 --pkgid cRG1sLZpWb
      <td><span style="font-family: Courier New,Courier,monospace">tizen run</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen run &lt;-t | --target &lt;target name&gt;&gt; &lt;-p | --pkgid &lt;package id&gt;&gt;
+<b>tizen run</b> [<i>-t &lt;target name&gt;</i>] [<i>-p &lt;package id&gt;</i>]
 </pre>
 <ul>
-<li><span style="font-family: Courier New,Courier,monospace;">-t, --target</span>:
-<p>Sets the target, which runs the Tizen package.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-p, --pkgid</span>:
-<p>Sets the installed Tizen package ID on the target.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-t, --target</b></span>:
+<p>Specifies the target, which the Tizen package will be run.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;"><b>-p, --pkgid</b></span>:
+<p>Specifies the Tizen package ID which is installed on the target.</p></li>
 </ul></td>
         <td>Runs the Tizen application.
         </td>
      <td> 
 <ul>
-<li><p>Run the basic application whose pkgid is <span style="font-family: Courier New,Courier,monospace">org.tizen.basic </span> on the emulator-26101:</p>
+<li><p>Runs the basic application whose pkgid is <span style="font-family: Courier New,Courier,monospace">org.tizen.basic </span> on the emulator-26101:</p>
 <pre class="prettyprint">
 $ tizen run --target emulator-26101 --pkgid cRG1sLZpWb
 </pre></li></ul>
@@ -388,12 +391,12 @@ $ tizen run --target emulator-26101 --pkgid cRG1sLZpWb
      <td><span style="font-family: Courier New,Courier,monospace">tizen version</span> </td> 
      <td> 
 <pre class="prettyprint">
-tizen version
+<b>tizen version</b>
 </pre></td>
-        <td>Prints the CLI version number of the executable and exits.</td>
+        <td>Displays the CLI version number.</td>
      <td> 
 <ul>
-<li><p>Show the version:</p>
+<li><p>Displays the CLI version:</p>
 <pre class="prettyprint">
 $ tizen version
 Tizen CLI 1.0.0</pre></li></ul>