浏览代码

Merge pull request #4001 from g-pan/H8837-GtStFix

HPCC-8837 Correct archive instructions

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 12 年之前
父节点
当前提交
09a2ff3206
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/Installing_and_RunningTheHPCCPlatform/Installing_and_RunningTheHPCCPlatform.xml

+ 3 - 3
docs/Installing_and_RunningTheHPCCPlatform/Installing_and_RunningTheHPCCPlatform.xml

@@ -779,7 +779,7 @@
 
                     <mediaobject>
                       <imageobject>
-                        <imagedata fileref="images/GS_1311.JPG"
+                        <imagedata fileref="images/GS_1311.jpg"
                                    vendor="eclwatchSS" />
                       </imageobject>
                     </mediaobject>
@@ -913,13 +913,13 @@
           use the eclcc compiler locally to create an archive to be sent to
           the eclccServer:</para>
 
-          <para><programlisting>eclcc hello.ecl -E | ecl run --target=thor --server=&lt;IP Address of the ESP&gt;:8010</programlisting></para>
+          <para><programlisting>eclcc hello.ecl -E | ecl run - --target=thor --server=&lt;IP Address of the ESP&gt;:8010</programlisting></para>
 
           <para>The target parameter must name a valid target cluster name as
           listed in your environment's topology section.</para>
         </sect3>
 
-        <sect3>
+        <sect3 role="brk">
           <title>Running a basic ECL program from the ECL IDE</title>
 
           <para><orderedlist>