[project @ 2001-07-26 03:08:38 by ken]
[ghc-hetmet.git] / ghc / utils / genprimopcode / Main.hs
index 2d267fc..fa50d05 100644 (file)
@@ -14,7 +14,7 @@ import Maybe ( catMaybes )
 
 main = getArgs >>= \args ->
        if length args /= 1 || head args `notElem` known_args
-       then error ("usage: genprimopcode command < primops.txt > ...\n"
+       then error ("usage: genprimopcode command < primops.i > ...\n"
                    ++ "   where command is one of\n"
                    ++ unlines (map ("            "++) known_args)
                   )