Changeset 3726 for src/Pugs/Help.hs

Show
Ignore:
Timestamp:
05/23/05 13:42:15 (4 years ago)
Author:
iblech
svk:copy_cache_prev:
5313
Message:

Minor test fix (delegation.t) and minor cosmetical cleanups (ChangeLog?, Main, Pugs.Help).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Help.hs

    r3701 r3726  
    4949        putStrLn "-V:item          short configuration information for item" 
    5050        putStrLn "-v or --version  version" 
    51         putStrLn "-l -d and -w are ignored for compatability with perl 5" 
     51        putStrLn "-l -d and -w are ignored for compatability with Perl 5" 
    5252 
    5353name :: String 
     
    102102intro = putStrLn $ unlines 
    103103    [ "Welcome to Pugs -- " ++ name 
    104     , "Type :h for help" 
     104    , "Type :h for help." 
    105105    ]