summaryrefslogtreecommitdiff
path: root/docs/users_guide/ghci.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/ghci.rst')
-rw-r--r--docs/users_guide/ghci.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ghci.rst b/docs/users_guide/ghci.rst
index 9995814920..cb98b15f6a 100644
--- a/docs/users_guide/ghci.rst
+++ b/docs/users_guide/ghci.rst
@@ -3497,7 +3497,7 @@ When invoked in the static way, GHCi will use the GHC RTS's static runtime
linker to load object files for imported modules when available. However, when
these modules are built with :ghc-flag:`-split-sections` this linking can be
quite expensive. To reduce this cost, package managers and build systems may
-opt to produce a pre-linked *GHCi object* using the :ghc-flag:`-merge-objs`
+opt to produce a pre-linked *GHCi object* using the :ghc-flag:`--merge-objs`
mode. This merges the per-module objects into a single object, collapsing
function sections into a single text section which can be efficiently loaded by
the runtime linker.