summaryrefslogtreecommitdiff
path: root/docs/users_guide/phases.xml
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-09-27 13:27:07 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-09-27 13:27:07 +0000
commit501281032723cfb1e6e324921c6c3e47b03730ab (patch)
treef6beb9e6442affc3d37242de93e18929e78aaf91 /docs/users_guide/phases.xml
parenta1579a34bba86590e3656e5c7e88a78a9fb2f584 (diff)
downloadhaskell-501281032723cfb1e6e324921c6c3e47b03730ab.tar.gz
Rename -no-recomp to -fforce-recomp, and document it
Diffstat (limited to 'docs/users_guide/phases.xml')
-rw-r--r--docs/users_guide/phases.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/phases.xml b/docs/users_guide/phases.xml
index cc9fbfbf16..4066345693 100644
--- a/docs/users_guide/phases.xml
+++ b/docs/users_guide/phases.xml
@@ -788,7 +788,7 @@ $ cat foo.hspp</screen>
<literal>ghc</literal> is not clever
enough to figure out that they both need recompiling. You can
force recompilation by removing the object file, or by using the
- <option>-no-recomp</option> flag.
+ <option>-fforce-recomp</option> flag.
</para>
</listitem>
</varlistentry>