Document the compiler --info flag
authorIan Lynagh <igloo@earth.li>
Sun, 19 Aug 2007 00:05:10 +0000 (00:05 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 19 Aug 2007 00:05:10 +0000 (00:05 +0000)
docs/users_guide/flags.xml
docs/users_guide/using.xml

index b0dbfb1..f185fb2 100644 (file)
              <entry>-</entry>
            </row>
            <row>
+             <entry><option>&ndash;&ndash;info</option></entry>
+             <entry>display information about the compiler</entry>
+             <entry>mode</entry>
+             <entry>-</entry>
+           </row>
+           <row>
              <entry><option>&ndash;&ndash;version</option></entry>
              <entry>display GHC version</entry>
              <entry>mode</entry>
index 7a1391c..ee4d9fd 100644 (file)
@@ -355,6 +355,18 @@ module X where
       <varlistentry>
        <term>
           <cmdsynopsis>
+            <command>ghc --info</command>
+          </cmdsynopsis>
+          <indexterm><primary><option>&ndash;&ndash;info</option></primary></indexterm>
+        </term>
+       <listitem>
+         <para>Print information about the compiler.</para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term>
+          <cmdsynopsis>
             <command>ghc --version</command>
             <command>ghc -V</command>
           </cmdsynopsis>