diff options
author | andrew.pimlott.ctr@metnet.navy.mil <unknown> | 2007-01-31 22:39:21 +0000 |
---|---|---|
committer | andrew.pimlott.ctr@metnet.navy.mil <unknown> | 2007-01-31 22:39:21 +0000 |
commit | 3926077b73723c8a0394e781a2d1c7fab1ecd9b9 (patch) | |
tree | 1f092eed031c37b79585322467018e608559e035 /docs | |
parent | 2f41dd510a893312dfaa0d652f448cc3a045eb88 (diff) | |
download | haskell-3926077b73723c8a0394e781a2d1c7fab1ecd9b9.tar.gz |
clarify that -main-is sets main module and function
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/flags.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 9f78959f63..7923b13748 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1330,7 +1330,7 @@ </row> <row> <entry><option>-main-is</option></entry> - <entry>Set main function</entry> + <entry>Set main module and function</entry> <entry>dynamic</entry> <entry>-</entry> </row> |