Browse Source

Merge pull request #14727 from JamesDeFabia/HPCC-25584eclQueriescopyOptions

HPCC-25584 Document new ecl queries copy Options

Reviewed-By: Anthony Fishbeck <anthony.fishbeck@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 years ago
parent
commit
560883f610
1 changed files with 13 additions and 1 deletions
  1. 13 1
      docs/EN_US/HPCCClientTools/CT_Mods/CT_ECL_CLI.xml

+ 13 - 1
docs/EN_US/HPCCClientTools/CT_Mods/CT_ECL_CLI.xml

@@ -1748,6 +1748,18 @@ ecl queries copy //192.168.1.10:8010/thor/findperson thor
                 </row>
 
                 <row>
+                  <entry>-sp, --suspend-prev</entry>
+
+                  <entry>Suspend previously active query</entry>
+                </row>
+
+                <row>
+                  <entry>-dp, --delete-prev</entry>
+
+                  <entry>Delete previously active query</entry>
+                </row>
+
+                <row>
                   <entry>--no-reload</entry>
 
                   <entry>Specifies to not request a reload of the Roxie
@@ -4789,7 +4801,7 @@ ecl bundle install mybundle --keepprior</programlisting>
 
             <programlisting>ecl bundle install &lt;bundle URL&gt;.git </programlisting>
 
-            <para>For example: </para>
+            <para>For example:</para>
 
             <para><programlisting>ecl bundle install https://github.com/hpcc-systems/Visualizer.git</programlisting></para>
           </listitem>