Skip to content

Commit

Permalink
Add documentation for the --jobs option. Fixes #362
Browse files Browse the repository at this point in the history
Added documentation for the --jobs option.
  • Loading branch information
fgerling committed Mar 27, 2017
1 parent c77fa99 commit 7e45bf8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/xml/daps_user_output.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,19 @@
<screen>&prompt.user;&dapscmd; --debug -d &dc;-daps-example pdf</screen>
</listitem>
</varlistentry>
<varlistentry>
<term>Specify how many parallel jobs to use during the Building Process</term>
<listitem>
<para>By default &dapsacr; use as man jobs as available CPU cores.
Use the option <option>--jobs</option> to define the number of
parallel jobs used for the building process.
Higher numbers will lower the build time, but will also increase
cpu load.
For example, the following command will use 16 jobs for the build
process: </para>
<screen>&prompt.user;&dapscmd; --jobs=16 -d &dc;-daps-example pdf</screen>
</listitem>
</varlistentry>

</variablelist>
</sect1>
Expand Down

0 comments on commit 7e45bf8

Please sign in to comment.