summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Lindblad <lindblad@gmx.us>2022-05-27 18:51:24 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-06-22 21:59:28 -0400
commit575ec84679e59a7ca4e7f65b672b403f8032fb21 (patch)
tree45ba10c145d5d5c189aa7ebfbb90620ba8114726
parent980d19547fe3d4e3f03e7d0d35dd4c18b6aa6506 (diff)
downloadhaskell-575ec84679e59a7ca4e7f65b672b403f8032fb21.tar.gz
runhaskell
-rw-r--r--docs/users_guide/using.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst
index ee61a89ce1..ca8d75860f 100644
--- a/docs/users_guide/using.rst
+++ b/docs/users_guide/using.rst
@@ -285,7 +285,7 @@ The available mode flags are:
single: run mode
single: GHCi
- Run a script's ``main`` entry-point. Similar to ``runghc`` this will by
+ Run a script's ``main`` entry-point. Similar to ``runghc``/``runhaskell`` this will by
default use the bytecode interpreter. If the command-line contains a ``--``
argument then all arguments that follow will be passed to the script. All
arguments that precede ``--`` are interpreted as GHC arguments.