diff options
Diffstat (limited to 'src/docs/cpt_002dbuild.html')
-rw-r--r-- | src/docs/cpt_002dbuild.html | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/src/docs/cpt_002dbuild.html b/src/docs/cpt_002dbuild.html index cfe9705..c15e41c 100644 --- a/src/docs/cpt_002dbuild.html +++ b/src/docs/cpt_002dbuild.html @@ -21,7 +21,7 @@ Documentation License." --> <link href="index.html" rel="start" title="Top"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Usage.html" rel="up" title="Usage"> -<link href="Environment-Variables.html" rel="next" title="Environment Variables"> +<link href="cpt_002dchecksum.html" rel="next" title="cpt-checksum"> <link href="cpt_002dalternatives.html" rel="prev" title="cpt-alternatives"> <style type="text/css"> <!-- @@ -48,23 +48,26 @@ ul.no-bullet {list-style: none} <body lang="en"> <span id="cpt_002dbuild"></span><div class="header"> <p> -Previous: <a href="cpt_002dalternatives.html" accesskey="p" rel="prev"><code>cpt-alternatives</code></a>, Up: <a href="Usage.html" accesskey="u" rel="up">Usage</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +Next: <a href="cpt_002dchecksum.html" accesskey="n" rel="next"><code>cpt-checksum</code></a>, Previous: <a href="cpt_002dalternatives.html" accesskey="p" rel="prev"><code>cpt-alternatives</code></a>, Up: <a href="Usage.html" accesskey="u" rel="up">Usage</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> <span id="cpt_002dbuild-1"></span><h4 class="subsection">2.1.2 <code>cpt-build</code></h4> -<p>cpt-build will build given packages and their dependencies. If multiple packages -are specified, it will ask to install the packages as well. +<p><code>cpt-build</code> will build given packages and their dependencies. If +multiple packages are specified, it will ask to install the packages as well. </p> -<span id="Options"></span><h4 class="subsubsection">2.1.2.1 Options</h4> -<p><code>cpt-build</code> will accept the following options: -</p> -<ul> -<li> <samp>-y</samp>, <samp>--no-prompt</samp> – Do not prompt for confirmation -</li><li> <samp></samp> -</li></ul> +<span id="Options"></span><h4 class="unnumberedsubsubsec">Options</h4> + +<dl compact="compact"> +<dt><samp>-y --no-prompt</samp></dt> +<dd><p>Do not prompt for confirmation +</p></dd> +<dt><samp>-t --test</samp></dt> +<dd><p>Run tests (if it exists) +</p></dd> +</dl> |