Skip to content
Snippets Groups Projects
Commit 6863b196 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

users guide: Mention that -e can be given multiple times

Fixes #19122.
parent a1126bac
No related branches found
No related tags found
No related merge requests found
......@@ -295,8 +295,9 @@ The available mode flags are:
Expression-evaluation mode. This is very similar to interactive
mode, except that there is a single expression to evaluate (⟨expr⟩)
which is given on the command line. See :ref:`eval-mode` for more
details.
which is given on the command line. This flag may be given multiple
times, in which case each expression is evaluated sequentially.
See :ref:`eval-mode` for more details.
.. ghc-flag:: -E
:shortdesc: Stop after preprocessing (``.hspp`` file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment