diff options
-rw-r--r-- | src/mysqlerl.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysqlerl.app b/src/mysqlerl.app index d19ab0d..eb2bdf4 100644 --- a/src/mysqlerl.app +++ b/src/mysqlerl.app @@ -2,7 +2,7 @@ %% Copyright (C) 2008, Brian Cully {application, mysqlerl, - [{description, "mysqlerl"}, + [{description, "ODBC-compatible MYSQL driver"}, {vsn, "0"}, {modules, [mysqlerl, mysqlerl_app, mysqlerl_sup, mysqlerl_connection, mysql_port_sup, mysql_port]}, |