diff --git a/programs/Moo.hs b/programs/Moo.hs index f95144f..3e4d7b9 100644 --- a/programs/Moo.hs +++ b/programs/Moo.hs @@ -10,9 +10,8 @@ main = do error $ "This package (dbmigrations) does no longer contain the executable to \ \create, apply or revert database migrations. Please install the specific \ - \wrapper-package for your database, that is, dbmigrations-postgresql, \ + \wrapper package for your database: dbmigrations-postgresql, \ \dbmigrations-mysql, or dbmigrations-sqlite. These packages contain \ - \database specific executables (moo-postgresql, moo-mysql and moo-sqlite \ - \respectively) that replace the former moo executable from the \ + \database-specific executables that replace the former moo executable from the \ \dbmigrations package."