فهرست منبع

Merge pull request #7852 from JamesDeFabia/14167DocsImportinECL_cli

HPCC-14167 Improve docs for -I parameter in ecl cli

Reviewed By: Anthony Fishbeck <anthony.fishbeck@lexisnexis.com>
Reviewed By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 سال پیش
والد
کامیت
cfc5b778a1
1فایلهای تغییر یافته به همراه13 افزوده شده و 9 حذف شده
  1. 13 9
      docs/HPCCClientTools/CT_Mods/CT_ECL_CLI.xml

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

@@ -380,7 +380,8 @@ ecl deploy roxie - --name=FindPersonService
                 <row>
                   <entry>--ecl-only</entry>
 
-                  <entry>Send ECL query to HPCC as text rather than as a generated archive</entry>
+                  <entry>Send ECL query to HPCC as text rather than as a
+                  generated archive</entry>
                 </row>
 
                 <row>
@@ -603,8 +604,8 @@ ecl publish roxie ArchiveQuery.xml --name=FindPersonService --no-activate
                 <row>
                   <entry>--priority=&lt;val&gt;</entry>
 
-                  <entry> The priority for this query. Value can be LOW, HIGH,
-                  SLA, NONE. NONE will clear current setting. </entry>
+                  <entry>The priority for this query. Value can be LOW, HIGH,
+                  SLA, NONE. NONE will clear current setting.</entry>
                 </row>
 
                 <row>
@@ -668,7 +669,8 @@ ecl publish roxie ArchiveQuery.xml --name=FindPersonService --no-activate
                 <row>
                   <entry>--ecl-only</entry>
 
-                  <entry>Send ECL query to HPCC as text rather than as a generated archive</entry>
+                  <entry>Send ECL query to HPCC as text rather than as a
+                  generated archive</entry>
                 </row>
 
                 <row>
@@ -845,6 +847,7 @@ ecl run thor findperson --input=data.xml --wait=1000
 ecl run thor libW20150914-125557.so --input=data.xml --wait=1000
 ecl run thor - --input=data.xml --wait=1000
 ecl run thor findperson.ecl --input="&lt;request&gt;&lt;LName&gt;JONES&lt;/LName&gt;&lt;/request&gt;" 
+ecl run thor findperson.ecl -I C:\MyECL\ 
 </programlisting>
 
         <para>A hyphen (-) specifies that the object should be read from
@@ -992,7 +995,8 @@ ecl run thor findperson.ecl --input="&lt;request&gt;&lt;LName&gt;JONES&lt;/LName
                 <row>
                   <entry>--ecl-only</entry>
 
-                  <entry>Send ECL query to HPCC as text rather than as a generated archive</entry>
+                  <entry>Send ECL query to HPCC as text rather than as a
+                  generated archive</entry>
                 </row>
 
                 <row>
@@ -1017,14 +1021,14 @@ ecl run thor findperson.ecl --input="&lt;request&gt;&lt;LName&gt;JONES&lt;/LName
                 </row>
 
                 <row>
-                  <entry>-Ipath</entry>
+                  <entry>-I &lt;path&gt;</entry>
 
-                  <entry>Add path to locations to search for ecl
-                  imports</entry>
+                  <entry>Add path to locations to search for ECL imports
+                  (e.g., -I C:\MyECL\ )</entry>
                 </row>
 
                 <row>
-                  <entry>-Lpath</entry>
+                  <entry>-L &lt;path&gt;</entry>
 
                   <entry>Add path to locations to search for system
                   libraries</entry>