Changeset 2789
- Timestamp:
- 05/06/05 21:32:11 (4 years ago)
- svk:copy_cache_prev:
- 4340
- Files:
-
- 1 modified
-
src/Pugs/Help.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Help.hs
r2725 r2789 40 40 putStrLn "-n wrap the -e fragments in while(=<>){...} loop" 41 41 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" 44 45 putStrLn "-M module execute 'use module' before executing the program" 45 putStrLn "-h or --help give sthis message"46 putStrLn "-h or --help give this message" 46 47 putStrLn "-V long configuration information & version" 47 48 putStrLn "-V:item short configuration information for item"
