From: Kern Sibbald Date: Fri, 14 Aug 2015 06:08:25 +0000 (+0200) Subject: Tweak correct some minor typos X-Git-Tag: Release-7.2.0 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=73d9539118e06bbc7342c0ad5c622b4002f4e0a5;p=bacula%2Fbacula Tweak correct some minor typos --- diff --git a/bacula/src/cats/update_mysql_tables.in b/bacula/src/cats/update_mysql_tables.in index f2862fe234..4ae0513679 100644 --- a/bacula/src/cats/update_mysql_tables.in +++ b/bacula/src/cats/update_mysql_tables.in @@ -9,8 +9,8 @@ echo " " echo "This script will update a Bacula MySQL database from version 12-14 to 15" echo " " -echo "Depending on the current version of your catalog, you may have to run this script" -echo " multiple times" +echo "Depending on the current version of your catalog," +echo "you may have to run this script multiple times." echo " " bindir=@MYSQL_BINDIR@ diff --git a/bacula/src/cats/update_postgresql_tables.in b/bacula/src/cats/update_postgresql_tables.in index 6681046ccc..c3db92af58 100644 --- a/bacula/src/cats/update_postgresql_tables.in +++ b/bacula/src/cats/update_postgresql_tables.in @@ -3,14 +3,14 @@ # Copyright (C) 2000-2015 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # -# Shell script to update MySQL tables from Bacula Community version +# Shell script to update PostgreSQL tables from Bacula Community version # 5.0.x, 5.2.x, 7.0.x # echo " " -echo "This script will update a Bacula MySQL database from version 12-14 to 15" +echo "This script will update a Bacula PostgreSQL database from version 12-14 to 15" echo " " -echo "Depending on the current version of your catalog, you may have to run this script" -echo " multiple times" +echo "Depending on the current version of your catalog," +echo "you may have to run this script multiple times." echo " " bindir=@POSTGRESQL_BINDIR@