Changeset 5447 for src/Pugs/Help.hs

Show
Ignore:
Timestamp:
07/11/05 22:12:32 (3 years ago)
Author:
iblech
svk:copy_cache_prev:
7349
Message:

Pugs.Help -- Minor cosmetical fix: Added s around the "while" thing
(consistency: There're
s around "use module", too) and fixed a typo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Help.hs

    r5444 r5447  
    3737        putStrLn "Command-line flags:" 
    3838        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" 
    4141        putStrLn "-c               parse the file or -e, but do not run it" 
    4242        putStrLn "-Bbackend        execute using the compiler backend" 
     
    4848        putStrLn "-V:item          short configuration information for item" 
    4949        putStrLn "-v or --version  version" 
    50         putStrLn "-l -d and -w are ignored for compatability with Perl 5" 
     50        putStrLn "-l -d and -w are ignored for compatibility with Perl 5" 
    5151        putStrLn "See documentation of pugs::run for more help." 
    5252    where