diff options
author | panne <unknown> | 2003-03-11 18:41:43 +0000 |
---|---|---|
committer | panne <unknown> | 2003-03-11 18:41:43 +0000 |
commit | 73e53bbabbf60348fe761da89a44722f216d4b3b (patch) | |
tree | a80d63e969abdafe7e6ae9eb2e439820ff3cc243 /libraries/base/System/Console | |
parent | a04d3915622a7c1996e31328bf1b1fa2c4ea9c71 (diff) | |
download | haskell-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.hs | 2 |
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. |