Changeset 2789

Show
Ignore:
Timestamp:
05/06/05 21:32:11 (4 years ago)
Author:
iblech
svk:copy_cache_prev:
4340
Message:

Added -B to Help.hs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Help.hs

    r2725 r2789  
    4040        putStrLn "-n               wrap the -e fragments in while(=<>){...} loop" 
    4141        putStrLn "-p               wrap the -e fragments in while(=<>){...;print} loop" 
    42         putStrLn "-c               parses the file or -e, but does not run it" 
    43         putStrLn "-Cbackend        uses the compiler backend" 
     42        putStrLn "-c               parse the file or -e, but do not run it" 
     43        putStrLn "-Bbackend        execute using the compiler backend" 
     44        putStrLn "-Cbackend        compile using the compiler backend" 
    4445        putStrLn "-M module        execute 'use module' before executing the program" 
    45         putStrLn "-h or --help     gives this message" 
     46        putStrLn "-h or --help     give this message" 
    4647        putStrLn "-V               long configuration information & version" 
    4748        putStrLn "-V:item          short configuration information for item"