Changeset 3516

Show
Ignore:
Timestamp:
05/20/05 18:12:52 (4 years ago)
Author:
iblech
svk:copy_cache_prev:
5107
Message:

Help.hs -- Add missing paren to the list of valid compiler backends.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Help.hs

    r3514 r3516  
    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, Haskell)" 
    4646        putStrLn "-M module        execute 'use module' before executing the program" 
    4747        putStrLn "-h or --help     give this message"