diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-02-05 18:58:47 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-02-07 19:23:47 -0500 |
commit | f020a22211f7b28b98c673abbc608076f2e26827 (patch) | |
tree | a42900f025d0156addf21f946a1f39b4f6260de0 /docs/users_guide/using.rst | |
parent | 27581d77d489119da5dc1104793503b10240660d (diff) | |
download | haskell-wip/merge-objs-mode.tar.gz |
Rename -merge-objs flag to --merge-objswip/merge-objs-mode
For consistency with --make and friends.
Diffstat (limited to 'docs/users_guide/using.rst')
-rw-r--r-- | docs/users_guide/using.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst index ec62096cd1..628dfab0f3 100644 --- a/docs/users_guide/using.rst +++ b/docs/users_guide/using.rst @@ -345,7 +345,7 @@ The available mode flags are: compile source files one at a time, or link objects together into an executable. See :ref:`options-order`. -.. ghc-flag:: -merge-objs +.. ghc-flag:: --merge-objs :shortdesc: Merge a set of objects into a GHCi library. :type: mode :category: phases |