Changeset 4811 for src/Pugs/Help.hs
- Timestamp:
- 06/18/05 21:46:13 (3 years ago)
- svk:copy_cache_prev:
- 6617
- Files:
-
- 1 modified
-
src/Pugs/Help.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Help.hs
r4539 r4811 43 43 putStrLn "-Bbackend execute using the compiler backend" 44 44 putStrLn "-Cbackend compile using the compiler backend" 45 putStrLn " (valid backends are: Pugs, Parrot, Haskell)"45 putStrLn " (valid backends are: Pugs, Parrot, PIR, Haskell)" 46 46 putStrLn "-Mmodule execute 'use module' before executing the program" 47 47 putStrLn "-h or --help give this message"
