DOC : [cli] append -j option for build-native
authorgyeongmin.ju <gyeongmin.ju@samsung.com>
Wed, 16 Dec 2015 07:30:25 +0000 (16:30 +0900)
committerHyunjin Lee <hj816.lee@samsung.com>
Mon, 28 Dec 2015 02:32:40 +0000 (11:32 +0900)
Signed-off-by: gyeongmin.ju <gyeongmin.ju@samsung.com>
Change-Id: I7a0e39d98b89a987813c2334435debc395a0eb74

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

index 1c00dcf..9976df8 100644 (file)
@@ -196,7 +196,7 @@ Sets the default connection timeout value. The default is 60000 milliseconds.</p
 <p><strong>Syntax:</strong></p> 
 <ul><pre class="prettyprint">
 &nbsp;&nbsp;<strong>tizen build-native</strong> [-a {x86|arm}] [-c {gcc|llvm}] 
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-C {Debug|Release}] [--]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-C {Debug|Release}] [-j &lt;number of parallel builds&gt;] [--]
 </pre></ul>
 
 <p><strong>Options:</strong></p>
@@ -207,6 +207,8 @@ Sets the default connection timeout value. The default is 60000 milliseconds.</p
 <p>Specifies the compiler. You can use this option with the following compiler versions: gcc-4.9 and llvm-3.6</p></li>
 <li><span style="font-family: Courier New,Courier,monospace;">-C, --configuration</span>:
 <p>Specifies the build configuration.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;">-j, --jobs</span>:
+<p>Specifies the number of parallel builds for the native app.</p></li>
 <li><span style="font-family: Courier New,Courier,monospace;">--</span>:
 <p>Specifies the project directory.</p></li>
 </ul>