Changeset 4537 for src/Pugs/Help.hs

Show
Ignore:
Timestamp:
06/11/05 15:58:18 (3 years ago)
Author:
iblech
svk:copy_cache_prev:
6289
Message:

Pugs.Help -- Minor cosmetic fix.
pugs::run -- Wrote section about Pugs' command line flags.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Help.hs

    r3726 r4537  
    4444        putStrLn "-Cbackend        compile using the compiler backend" 
    4545        putStrLn "                 (valid backends are: Pugs, Parrot, Haskell)" 
    46         putStrLn "-M module        execute 'use module' before executing the program" 
     46        putStrLn "-Mmodule         execute 'use module' before executing the program" 
    4747        putStrLn "-h or --help     give this message" 
    4848        putStrLn "-V               long configuration information & version"