Browse Source

Merge pull request #7467 from jamienoss/issue13773-eclcmd-ecl-only-usage-txt-clarification-b

HPCC-13773 Clarify usage text for eclcmd option "--ecl-only"

Reviewed By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 years ago
parent
commit
8a5d40d712

+ 2 - 2
docs/DynamicESDL/DESDL-Mods/WsESDLConfig.xml

@@ -640,7 +640,7 @@ ecl publish --target=roxie --name=FindPersonService --no-activate findperson.ecl
                 <row>
                   <entry>--ecl-only</entry>
 
-                  <entry>Send ECL query to HPCC as text rather than as an archive</entry>
+                  <entry>Send ECL query to HPCC as text rather than as a generated archive</entry>
                 </row>
 
                 <row>
@@ -936,7 +936,7 @@ ecl run --target=thor --input="&lt;request&gt;&lt;LName&gt;JONES&lt;/LName&gt;&l
                 <row>
                   <entry>--ecl-only</entry>
 
-                  <entry>Send ECL query to HPCC as text rather than as an archive</entry>
+                  <entry>Send ECL query to HPCC as text rather than as a generated archive</entry>
                 </row>
 
                 <row>

+ 3 - 3
docs/HPCCClientTools/CT_Mods/CT_ECL_CLI.xml

@@ -370,7 +370,7 @@ ecl deploy --target=roxie --name=FindPersonService libW20120224-125557.so
                 <row>
                   <entry>--ecl-only</entry>
 
-                  <entry>Send ECL query to HPCC as text rather than as an archive</entry>
+                  <entry>Send ECL query to HPCC as text rather than as a generated archive</entry>
                 </row>
 
                 <row>
@@ -619,7 +619,7 @@ ecl publish --target=roxie --name=FindPersonService --no-activate findperson.ecl
                 <row>
                   <entry>--ecl-only</entry>
 
-                  <entry>Send ECL query to HPCC as text rather than as an archive</entry>
+                  <entry>Send ECL query to HPCC as text rather than as a generated archive</entry>
                 </row>
 
                 <row>
@@ -915,7 +915,7 @@ ecl run --target=thor --input="&lt;request&gt;&lt;LName&gt;JONES&lt;/LName&gt;&l
                 <row>
                   <entry>--ecl-only</entry>
 
-                  <entry>Send ECL query to HPCC as text rather than as an archive</entry>
+                  <entry>Send ECL query to HPCC as text rather than as a generated archive</entry>
                 </row>
 
                 <row>

+ 1 - 1
ecl/eclcmd/eclcmd_common.hpp

@@ -260,7 +260,7 @@ public:
         fprintf(stdout,
             "   --main=<definition>    Definition to use from legacy ECL repository\n"
             "   --snapshot,-sn=<label> Snapshot label to use from legacy ECL repository\n"
-            "   --ecl-only             Send ECL query to HPCC as text rather than as an archive\n"
+            "   --ecl-only             Send ECL query to HPCC as text rather than as a generated archive\n"
             "   --limit=<limit>        Sets the result limit for the query, defaults to 100\n"
             "   -f<option>[=value]     Set an ECL option (equivalent to #option)\n"
             "   -Dname=value           Override the definition of a global attribute 'name'\n"