From 9da2d4c92821be09b27afa5b8bc1368b305a1496 Mon Sep 17 00:00:00 2001 From: panne Date: Tue, 11 Mar 2003 18:41:43 +0000 Subject: [PATCH] [project @ 2003-03-11 18:41:43 by panne] Fixed link to getArgs --- System/Console/GetOpt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4