[project @ 2003-03-11 18:41:43 by panne]
authorpanne <unknown>
Tue, 11 Mar 2003 18:41:43 +0000 (18:41 +0000)
committerpanne <unknown>
Tue, 11 Mar 2003 18:41:43 +0000 (18:41 +0000)
Fixed link to getArgs

System/Console/GetOpt.hs

index bd2ccdb..0062b02 100644 (file)
@@ -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.