Changeset 5447 for src/Pugs/Help.hs
- Timestamp:
- 07/11/05 22:12:32 (3 years ago)
- svk:copy_cache_prev:
- 7349
- Files:
-
- 1 modified
-
src/Pugs/Help.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Help.hs
r5444 r5447 37 37 putStrLn "Command-line flags:" 38 38 putStrLn "-e program one line of program (several -e's allowed, omit programfile)" 39 putStrLn "-n wrap the -e fragments in while(=<>){...}loop"40 putStrLn "-p wrap the -e fragments in while(=<>){...;say}loop"39 putStrLn "-n wrap the -e fragments in a 'while(=<>){...}' loop" 40 putStrLn "-p wrap the -e fragments in a 'while(=<>){...;say}' loop" 41 41 putStrLn "-c parse the file or -e, but do not run it" 42 42 putStrLn "-Bbackend execute using the compiler backend" … … 48 48 putStrLn "-V:item short configuration information for item" 49 49 putStrLn "-v or --version version" 50 putStrLn "-l -d and -w are ignored for compat ability with Perl 5"50 putStrLn "-l -d and -w are ignored for compatibility with Perl 5" 51 51 putStrLn "See documentation of pugs::run for more help." 52 52 where
