diff options
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 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. |