Changeset 12595 for src/Pugs/Help.hs
- Timestamp:
- 08/23/06 05:57:27 (2 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Help.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Help.hs
r12355 r12595 44 44 putStrLn "-Bbackend execute using the compiler backend" 45 45 putStrLn "-Cbackend compile using the compiler backend" 46 putStrLn "-Mmodule execute 'use module' before running the program" 47 putStrLn "-Ipath add path to module search paths in @*INC" 46 48 putStrLn (" (valid backends are: " ++ backendsStr ++ ")") 47 putStrLn "-Mmodule execute 'use module' before executing the program"48 49 putStrLn "-h or --help give this message" 49 50 putStrLn "-V long configuration information & version"
