Changeset 12355 for src/Pugs/Help.hs
- Timestamp:
- 08/17/06 06:38:05 (2 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Help.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Help.hs
r10909 r12355 41 41 putStrLn "-p wrap the -e fragments in a 'while(=<>){...;say}' loop" 42 42 putStrLn "-c parse the file or -e, but do not run it" 43 putStrLn "-d run the program with debug tracing" 43 44 putStrLn "-Bbackend execute using the compiler backend" 44 45 putStrLn "-Cbackend compile using the compiler backend" … … 49 50 putStrLn "-V:item short configuration information for item" 50 51 putStrLn "-v or --version version" 51 putStrLn "-l -dand -w are ignored for compatibility with Perl 5"52 putStrLn "-l and -w are ignored for compatibility with Perl 5" 52 53 putStrLn "See documentation of pugs::run for more help." 53 54 where
