diff options
Diffstat (limited to 'src/GFI.hs')
| -rw-r--r-- | src/GFI.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/GFI.hs b/src/GFI.hs index ee4d8809f..18fc4143f 100644 --- a/src/GFI.hs +++ b/src/GFI.hs @@ -147,7 +147,9 @@ welcome = unlines [ " * * * ", " ", "This is GF version "++showVersion version++". ", - "Some things may work. " + "License: see help -license. ", + "Differences from GF 2.9: see help -changes.", + "Bug reports: http://trac.haskell.org/gf/" ] prompt env = absname ++ "> " where |
