From: panne Date: Tue, 11 Mar 2003 18:41:43 +0000 (+0000) Subject: [project @ 2003-03-11 18:41:43 by panne] X-Git-Tag: nhc98-1-18-release~717 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9da2d4c92821be09b27afa5b8bc1368b305a1496;p=ghc-base.git [project @ 2003-03-11 18:41:43 by panne] Fixed link to getArgs --- diff --git a/System/Console/GetOpt.hs b/System/Console/GetOpt.hs index bd2ccdb..0062b02 100644 --- a/System/Console/GetOpt.hs +++ b/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.