summaryrefslogtreecommitdiffstats
path: root/scalar.html
diff options
context:
space:
mode:
Diffstat (limited to 'scalar.html')
-rw-r--r--scalar.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/scalar.html b/scalar.html
index c47ab5e65..36729baf6 100644
--- a/scalar.html
+++ b/scalar.html
@@ -749,7 +749,8 @@ scalar(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content">scalar clone [--single-branch] [--branch &lt;main-branch&gt;] [--full-clone] &lt;url&gt; [&lt;enlistment&gt;]
+<pre class="content">scalar clone [--single-branch] [--branch &lt;main-branch&gt;] [--full-clone]
+ [--[no-]src] &lt;url&gt; [&lt;enlistment&gt;]
scalar list
scalar register [&lt;enlistment&gt;]
scalar unregister [&lt;enlistment&gt;]
@@ -850,6 +851,16 @@ cloning. If the HEAD at the remote did not point at any branch when
<code>--single-branch</code> clone was made, no remote-tracking branch is created.</p></div>
</dd>
<dt class="hdlist1">
+--[no-]src
+</dt>
+<dd>
+<p>
+ By default, <code>scalar clone</code> places the cloned repository within a
+ <code>&lt;entlistment&gt;/src</code> directory. Use <code>--no-src</code> to place the cloned
+ repository directly in the <code>&lt;enlistment&gt;</code> directory.
+</p>
+</dd>
+<dt class="hdlist1">
--[no-]full-clone
</dt>
<dd>
@@ -988,7 +999,7 @@ delete &lt;enlistment&gt;
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-19 15:03:44 PDT
+ 2023-08-29 14:18:03 PDT
</div>
</div>
</body>