浏览代码

Merge pull request #6010 from JamesDeFabia/HPCC-11611_TyposinEcl_CLIDoc

HPCC-11611 Fix typos in ecl CLI docs

Reviewed-By: Anthony Fishbeck <anthony.fishbeck@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 年之前
父节点
当前提交
9995768c3a
共有 1 个文件被更改,包括 8 次插入9 次删除
  1. 8 9
      docs/HPCCClientTools/CT_Mods/CT_ECL_CLI.xml

+ 8 - 9
docs/HPCCClientTools/CT_Mods/CT_ECL_CLI.xml

@@ -110,7 +110,7 @@
               <row>
               <row>
                 <entry>bundle</entry>
                 <entry>bundle</entry>
 
 
-                <entry>execute a bundle command</entry>
+                <entry>manage ECL bundles</entry>
               </row>
               </row>
 
 
               <row>
               <row>
@@ -2758,8 +2758,8 @@ ecl packagemap validate roxie --active</programlisting>
       <sect2 role="brk">
       <sect2 role="brk">
         <title>ecl bundle depends</title>
         <title>ecl bundle depends</title>
 
 
-        <para><emphasis role="bold">ecl bundle depends
-        &lt;bundleName&gt;</emphasis></para>
+        <para><emphasis role="bold">ecl bundle depends &lt;bundleName&gt;
+        [--version &lt;versionnumber&gt;]</emphasis></para>
 
 
         <para>Examples:</para>
         <para>Examples:</para>
 
 
@@ -2816,8 +2816,8 @@ ecl bundle depends mybundle --version=2</programlisting>
       <sect2 role="brk">
       <sect2 role="brk">
         <title>ecl bundle info</title>
         <title>ecl bundle info</title>
 
 
-        <para><emphasis role="bold">ecl bundle info
-        &lt;bundleName&gt;</emphasis></para>
+        <para><emphasis role="bold">ecl bundle info &lt;bundleName&gt;
+        [--version &lt;versionnumber&gt;]</emphasis></para>
 
 
         <para>Examples:</para>
         <para>Examples:</para>
 
 
@@ -3065,12 +3065,11 @@ ecl bundle list myb*
         <title>ecl bundle use</title>
         <title>ecl bundle use</title>
 
 
         <para><emphasis role="bold">ecl bundle use &lt;bundleName&gt;
         <para><emphasis role="bold">ecl bundle use &lt;bundleName&gt;
-        &lt;version&gt;</emphasis></para>
+        [--version &lt;version&gt;]</emphasis></para>
 
 
-        <para>Examples:</para>
+        <para>Example:</para>
 
 
-        <programlisting>ecl bundle use myBundle
-ecl bundle use myBundle 2
+        <programlisting>ecl bundle use myBundle --version 2
 </programlisting>
 </programlisting>
 
 
         <para></para>
         <para></para>