Changeset 2792

Show
Ignore:
Timestamp:
05/06/05 22:32:38 (4 years ago)
Author:
corion
svk:copy_cache_prev:
4340
Message:

Fix help text to mention say() instead of print()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Help.hs

    r2789 r2792  
    3939        putStrLn "-e program       one line of program (several -e's allowed, omit programfile)" 
    4040        putStrLn "-n               wrap the -e fragments in while(=<>){...} loop" 
    41         putStrLn "-p               wrap the -e fragments in while(=<>){...;print} loop" 
     41        putStrLn "-p               wrap the -e fragments in while(=<>){...;say} loop" 
    4242        putStrLn "-c               parse the file or -e, but do not run it" 
    4343        putStrLn "-Bbackend        execute using the compiler backend"