Changeset 4537 for src/Pugs/Help.hs
- Timestamp:
- 06/11/05 15:58:18 (3 years ago)
- svk:copy_cache_prev:
- 6289
- Files:
-
- 1 modified
-
src/Pugs/Help.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Help.hs
r3726 r4537 44 44 putStrLn "-Cbackend compile using the compiler backend" 45 45 putStrLn " (valid backends are: Pugs, Parrot, Haskell)" 46 putStrLn "-M moduleexecute 'use module' before executing the program"46 putStrLn "-Mmodule execute 'use module' before executing the program" 47 47 putStrLn "-h or --help give this message" 48 48 putStrLn "-V long configuration information & version"
