Changeset 3514

Show
Ignore:
Timestamp:
05/20/05 17:56:58 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5078
Message:

* Colin reported that "pugs -h" did not suggest which

backends to try -- added <Pugs Parrot Haskell>.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • AUTHORS

    r3409 r3514  
    2727Chip Salzenberg                  (CHIPS)      
    2828chromatic                        (CHROMATIC) 
     29Colin Paul Adams 
    2930Curtis "ovid" Poe                (OVID)       
    3031Damian Conway                    (DCONWAY)    
  • src/Pugs/Help.hs

    r2807 r3514  
    4343        putStrLn "-Bbackend        execute using the compiler backend" 
    4444        putStrLn "-Cbackend        compile using the compiler backend" 
     45        putStrLn "                 (valid backends are: Pugs, Parrot, Haskell" 
    4546        putStrLn "-M module        execute 'use module' before executing the program" 
    4647        putStrLn "-h or --help     give this message"