Changeset 3514
- Timestamp:
- 05/20/05 17:56:58 (4 years ago)
- svk:copy_cache_prev:
- 5078
- Files:
-
- 2 modified
-
AUTHORS (modified) (1 diff)
-
src/Pugs/Help.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
AUTHORS
r3409 r3514 27 27 Chip Salzenberg (CHIPS) 28 28 chromatic (CHROMATIC) 29 Colin Paul Adams 29 30 Curtis "ovid" Poe (OVID) 30 31 Damian Conway (DCONWAY) -
src/Pugs/Help.hs
r2807 r3514 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 46 putStrLn "-M module execute 'use module' before executing the program" 46 47 putStrLn "-h or --help give this message"
