Changeset 4811 for src/Pugs/Help.hs

Show
Ignore:
Timestamp:
06/18/05 21:46:13 (3 years ago)
Author:
iblech
svk:copy_cache_prev:
6617
Message:

Added PIR to the list of valid backends to Pugs.Help and pugs::run.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Help.hs

    r4539 r4811  
    4343        putStrLn "-Bbackend        execute using the compiler backend" 
    4444        putStrLn "-Cbackend        compile using the compiler backend" 
    45         putStrLn "                 (valid backends are: Pugs, Parrot, Haskell)" 
     45        putStrLn "                 (valid backends are: Pugs, Parrot, PIR, Haskell)" 
    4646        putStrLn "-Mmodule         execute 'use module' before executing the program" 
    4747        putStrLn "-h or --help     give this message"