summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiles Anderson <agander@gmail.com>2019-04-10 15:29:53 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-04-15 06:20:29 -0400
commit4b1ef06d45fb3cd226b5ec4217e975d48b85e645 (patch)
treeacd6c12307744d7bd0e1b4254f2271edcda9f80a /docs
parentb024e2891d06a81b3fd824f33fc72fb805e03c8f (diff)
downloadhaskell-4b1ef06d45fb3cd226b5ec4217e975d48b85e645.tar.gz
Apply suggestion to docs/users_guide/using-optimisation.rst
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/using-optimisation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using-optimisation.rst b/docs/users_guide/using-optimisation.rst
index 990c3960af..41a6e53383 100644
--- a/docs/users_guide/using-optimisation.rst
+++ b/docs/users_guide/using-optimisation.rst
@@ -88,7 +88,7 @@ So, for example, ``ghc -c Foo.hs``
runtime or space *worse* if you're unlucky. They are normally turned
on or off individually.
-.. ghc-flag:: -On
+.. ghc-flag:: -O⟨n⟩
:shortdesc: Any -On where n > 2 is the same as -O2.
:type: dynamic
:reverse: -O0