Rename forgotten -dverbose-simpl to -dverbose-core2core in the docs.
authorMilan Straka <fox@ucw.cz>
Wed, 31 Mar 2010 15:36:26 +0000 (15:36 +0000)
committerMilan Straka <fox@ucw.cz>
Wed, 31 Mar 2010 15:36:26 +0000 (15:36 +0000)
docs/users_guide/debugging.xml

index 513b26f..4336354 100644 (file)
         </term>
        <listitem>
          <para>Show the output of each run of the simplifier.  Used when even
-        <option>-dverbose-simpl</option> doesn't cut it.</para>
+        <option>-dverbose-core2core</option> doesn't cut it.</para>
        </listitem>
       </varlistentry>
 
         of output!) So: when we're really desperate:</para>
 
          <screen>
-% ghc -noC -O -ddump-simpl -dverbose-simpl -dcore-lint Foo.hs
+% ghc -noC -O -ddump-simpl -dverbose-core2core -dcore-lint Foo.hs
 </screen>
 
        </listitem>