summaryrefslogtreecommitdiff
path: root/libraries/base/System/Console
diff options
context:
space:
mode:
authorpanne <unknown>2003-03-11 18:41:43 +0000
committerpanne <unknown>2003-03-11 18:41:43 +0000
commit73e53bbabbf60348fe761da89a44722f216d4b3b (patch)
treea80d63e969abdafe7e6ae9eb2e439820ff3cc243 /libraries/base/System/Console
parenta04d3915622a7c1996e31328bf1b1fa2c4ea9c71 (diff)
downloadhaskell-73e53bbabbf60348fe761da89a44722f216d4b3b.tar.gz
[project @ 2003-03-11 18:41:43 by panne]
Fixed link to getArgs
Diffstat (limited to 'libraries/base/System/Console')
-rw-r--r--libraries/base/System/Console/GetOpt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/System/Console/GetOpt.hs b/libraries/base/System/Console/GetOpt.hs
index bd2ccdbf81..0062b02c36 100644
--- a/libraries/base/System/Console/GetOpt.hs
+++ b/libraries/base/System/Console/GetOpt.hs
@@ -131,7 +131,7 @@ Process the command-line, and return the list of values that matched
* The option descriptions (see 'OptDescr')
* The actual command line arguments (presumably got from
- 'System.Console.Environment.getArgs').
+ 'System.Environment.getArgs').
'getOpt' returns a triple, consisting of the argument values, a list
of options that didn\'t match, and a list of error messages.