Changeset 12595 for src/Pugs/Help.hs

Show
Ignore:
Timestamp:
08/23/06 05:57:27 (2 years ago)
Author:
audreyt
Message:

* Pugs.Help: markstos++ suggests -Ipath should be documented

as part of "pugs -h".

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Help.hs

    r12355 r12595  
    4444        putStrLn "-Bbackend        execute using the compiler backend" 
    4545        putStrLn "-Cbackend        compile using the compiler backend" 
     46        putStrLn "-Mmodule         execute 'use module' before running the program" 
     47        putStrLn "-Ipath           add path to module search paths in @*INC" 
    4648        putStrLn ("                 (valid backends are: " ++ backendsStr ++ ")") 
    47         putStrLn "-Mmodule         execute 'use module' before executing the program" 
    4849        putStrLn "-h or --help     give this message" 
    4950        putStrLn "-V               long configuration information & version"